I want to save the entry and data of a query everytime it's ran. Is this possible?
Can I append a query to a table without deleting the previous entries?
Collapse
X
-
Tags: None
-
Check out the "INSERT INTO" SQL statement - the msdn article is pretty good http://msdn.microsoft.com/en-us/library/bb208861.aspx
You can set up an append to add the results of your query to the table you're using. -
Thanks topher23! Since I've taught myself Access I might have another question as I venture into this scenario. =DComment
Comment