Make-Table Queries - Can table be Updated?

lstantliff

Registered User.
Local time
Today, 03:06
Joined
Apr 28, 2006
Messages
24
I have created my first Make-table query and it actually worked!!!Yeah! But now, is there a way to make this table updateable each time the query is run?
 
What do you mean by that? If you go directly into the table you should be able to update the data.
 
When I tried to run the query again it just told me that the table already existed. This is a parameter query and result can change. Is there a way to make the table update each time the query is run? --Thanks!
 
You can use an append query to append records to the table. If you want to delete all the records and then add new ones run a delete query before your append query.
 

Users who are viewing this thread

Back
Top Bottom