C
Cheese_whiz
Hi all,
If I import a text file using DoCmd.transferText, include a table name and a
specification, and the table already exists, it appears to just append the
records to the existing table.
Can someone confirm that as being the expected behavior? I'm using a delete
query to remove the old records but having the table persist allows the
relationships and primary key to remain intact without me having to address
them in code.
Thanks,
CW
If I import a text file using DoCmd.transferText, include a table name and a
specification, and the table already exists, it appears to just append the
records to the existing table.
Can someone confirm that as being the expected behavior? I'm using a delete
query to remove the old records but having the table persist allows the
relationships and primary key to remain intact without me having to address
them in code.
Thanks,
CW