fat controller
Slightly round the bend..
- Local time
- Today, 22:47
- Joined
- Apr 14, 2011
- Messages
- 758
I have a query that will return a small amount of records (maybe five or six each time it is used), which is essentially to check on the contents of one particular field before a report is produced. This report is sent by email to an external body.
So, I was thinking of having a sub that will run the query, and if there are records returned, I would like it to display all of the ID numbers in a message box. Worthy of note, the ID numbers returned will not necessarily be sequential as some of the records will already have the required field completed.
Is there something similar to a DLookup that can be used to show a series of different ID's?
So, I was thinking of having a sub that will run the query, and if there are records returned, I would like it to display all of the ID numbers in a message box. Worthy of note, the ID numbers returned will not necessarily be sequential as some of the records will already have the required field completed.
Is there something similar to a DLookup that can be used to show a series of different ID's?