I need to import data from a text file to an access2000 db.
The text file is obviously in a flat format, ie non-relational and the access file is relational.
I thought that if I create a query which displays all the data in the two related tables I would get the same data structure as the text file and could import the data to this query, which would update the two related tables in the acces db.
Unfortunately, when I got to the stage in the import external data process, access did not give me the option of appending data to a query, only to a table.
So my question is, how would I go about importing data from a text file to a relationally structured access db seeing that the data import wizzard doesn't seem to support it in the way I envisioned it?
The text file is obviously in a flat format, ie non-relational and the access file is relational.
I thought that if I create a query which displays all the data in the two related tables I would get the same data structure as the text file and could import the data to this query, which would update the two related tables in the acces db.
Unfortunately, when I got to the stage in the import external data process, access did not give me the option of appending data to a query, only to a table.
So my question is, how would I go about importing data from a text file to a relationally structured access db seeing that the data import wizzard doesn't seem to support it in the way I envisioned it?