A
Andibevan
I need to transfer the entire contents of a table from a seperate MDB file
into my current MDB file. The problem is I need to transfer the contents of
the table into the linked table.
I have tried an SQL statement "SELECT * INTO destinationTable FROM
sourceTable" but this overwrites the linked table every time. I have been
looking at transfertext but it doesn't seem to be suitable - any ideas?
into my current MDB file. The problem is I need to transfer the contents of
the table into the linked table.
I have tried an SQL statement "SELECT * INTO destinationTable FROM
sourceTable" but this overwrites the linked table every time. I have been
looking at transfertext but it doesn't seem to be suitable - any ideas?