How do in use macros in access to create relationships?

B

Big Bird

I desire to import a table from another database, and repeat the process but
maintain relationships with other tables in the receiving database.
 
M

MBSNewbie

What I normally do is delete the contents of the table and leave the table
structure, then I import into the existing table:


Action: RunSQL
SQL Statement: DELETE * FROM Table1

Action: TransferSpreadsheet (Or whatever you are importing)
Table Name: Table1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top