G
Guest
Hi folks,
I am having a real dilemma, and am hoping you can help.
I have exported a text file into an Access (2003) table, which contains one
column comprising of Group headers and the members of those groups, like this:
[Group1]
Person1
Person2
Person3
[Group2]
Person4
Person5
Person6
....etc. (there are about 100 groups)
I need to change the format to two separate columns, in order for my reports
and queries to work, into this format:
Person1 Group1
Person2 Group1
Person3 Group1
Person4 Group2
Person5 Group2
Person6 Group2
Please can anyone tell me how this is done? Preferably SQL or VBA if at all
possible!
Thanks in advance for your help - this is driving me mad!
Jason
I am having a real dilemma, and am hoping you can help.
I have exported a text file into an Access (2003) table, which contains one
column comprising of Group headers and the members of those groups, like this:
[Group1]
Person1
Person2
Person3
[Group2]
Person4
Person5
Person6
....etc. (there are about 100 groups)
I need to change the format to two separate columns, in order for my reports
and queries to work, into this format:
Person1 Group1
Person2 Group1
Person3 Group1
Person4 Group2
Person5 Group2
Person6 Group2
Please can anyone tell me how this is done? Preferably SQL or VBA if at all
possible!
Thanks in advance for your help - this is driving me mad!
Jason