mstromboli
New member
- Local time
- Today, 16:51
- Joined
- Aug 1, 2008
- Messages
- 3
I am trying to produce an extract file of data from two tables in an Access database. What I am getting stumped on is when I have more than one value for a field. So far, in my meager attempts, I am getting multiple rows, sort of like the following (without column headings of course)
ID Associate
112 AAA
112 BBB
112 CCC
113 ZZZ
113 YYY
What I need to do is to have one line with all of the 'Associates' in it. I've thought that maybe my new file should have three columns for the maximum number of Associates, but have gotten stumped on how to do it. My knowledge of using Arrays is not good.
So, in the end, I am trying to have a file that looks like the following...
112 AAA BBB CCC
113 ZZZ YYY <blank>
BIG thanks for any help you can provide!!
ID Associate
112 AAA
112 BBB
112 CCC
113 ZZZ
113 YYY
What I need to do is to have one line with all of the 'Associates' in it. I've thought that maybe my new file should have three columns for the maximum number of Associates, but have gotten stumped on how to do it. My knowledge of using Arrays is not good.
So, in the end, I am trying to have a file that looks like the following...
112 AAA BBB CCC
113 ZZZ YYY <blank>
BIG thanks for any help you can provide!!