I am starting a project where my client wants a unix flatfile imported into access. The file contains 120,000 unique records.
The records are delimited and the following format.
3801111,,,,,,,,$3801111,,,,,,,,,$3801111,,,,,,,,,,.
Whereby the first record is clients name and addressetc then record delimited by $ then booking details with same client ID, then mailings with client ID. the first record is unique and only once, the bookings can be numerous ie more than one and so the mailings ie more than one. Then the process repeats for record 2 with new client Id.
What I would like to do is seperate the client, bookings, and mailings into seperate tables linked by the client ID.
what would be the best way to accomplish this task???
The records are delimited and the following format.
3801111,,,,,,,,$3801111,,,,,,,,,$3801111,,,,,,,,,,.
Whereby the first record is clients name and addressetc then record delimited by $ then booking details with same client ID, then mailings with client ID. the first record is unique and only once, the bookings can be numerous ie more than one and so the mailings ie more than one. Then the process repeats for record 2 with new client Id.
What I would like to do is seperate the client, bookings, and mailings into seperate tables linked by the client ID.
what would be the best way to accomplish this task???