Make-Table Queries

millers92

Registered User.
Local time
Today, 05:46
Joined
Feb 5, 2003
Messages
15
I am using a make table query to create an archive table of records that are old but still need to be available through the current db. I understand how to create this, but I do not want Access to delete the table that is there everytime I run the make table query. Is there a way I can prevent it from doing so?

Steve
 
once the table exists use an update query instead of the maketable query.
 

Users who are viewing this thread

Back
Top Bottom