StryderLlama
Registered User.
- Local time
- Today, 00:49
- Joined
- Oct 26, 2007
- Messages
- 19
I need a way to take multiple records from one field in a query I have.
Example:
Group Number
123456
233456
745699
I want to take these three records (records change from day to day, may be three records may be dozens of records) and concatenate them to look like this into one record:
123456,233456,745699,
This will be used to insert into an InStr that will allow me to pull multiple group reports
I thought this has probably been addressed on this forum but I can't find what I am looking for, any help would be greatly appreciated.
Example:
Group Number
123456
233456
745699
I want to take these three records (records change from day to day, may be three records may be dozens of records) and concatenate them to look like this into one record:
123456,233456,745699,
This will be used to insert into an InStr that will allow me to pull multiple group reports
I thought this has probably been addressed on this forum but I can't find what I am looking for, any help would be greatly appreciated.