G
Guest
I'm a frequent reader of these forums and have gotten great info over the
years but this is my first post...
I have a pipe (|) delimited text file that I need to regularly import into
Access. Each row starts with unique identifiers followed by 1 to 40
activities. I need each activity to end up as a new record along with the
unique data.
For Example...
Text file:
ID|NAME|ACTIVITY1|ACTIVITY2|ACTIVITY3|...
1|Chris|Sweep|Mop|Scrub|Eat
2|John|Eat|Mow|Drive
Access Table Result:
ID NAME ACTIVITY
1 Chris Sweep
1 Chris Mop
1 Chris Scrub
1 Chris Eat
2 John Eat
2 John Mow
2 John Drive
Any suggestions you have would be greatly appreciated
years but this is my first post...
I have a pipe (|) delimited text file that I need to regularly import into
Access. Each row starts with unique identifiers followed by 1 to 40
activities. I need each activity to end up as a new record along with the
unique data.
For Example...
Text file:
ID|NAME|ACTIVITY1|ACTIVITY2|ACTIVITY3|...
1|Chris|Sweep|Mop|Scrub|Eat
2|John|Eat|Mow|Drive
Access Table Result:
ID NAME ACTIVITY
1 Chris Sweep
1 Chris Mop
1 Chris Scrub
1 Chris Eat
2 John Eat
2 John Mow
2 John Drive
Any suggestions you have would be greatly appreciated