ghudson
Registered User.
- Local time
- Yesterday, 22:21
- Joined
- Jun 8, 2002
- Messages
- 6,194
How can I display the contents of a table into a message box?
I am creating a table with an unmatched query that will list all of the unique invalid accounts that the user tried to import. I want to display the results of that table in a message box. There will never be more than a few accounts in the table so I am not worried that there will be too many to display in a message box. The table is named tblInvalidAccounts and the only field is named [Accounts].
The message would look something like this...
There are 3 invalid accounts that you tried to import.
012345, 654789, 987654
How can I grab the values [records] of that table and put it in a message box? Thanks in advance for your help!
I am creating a table with an unmatched query that will list all of the unique invalid accounts that the user tried to import. I want to display the results of that table in a message box. There will never be more than a few accounts in the table so I am not worried that there will be too many to display in a message box. The table is named tblInvalidAccounts and the only field is named [Accounts].
The message would look something like this...
There are 3 invalid accounts that you tried to import.
012345, 654789, 987654
How can I grab the values [records] of that table and put it in a message box? Thanks in advance for your help!