Table to table

cvboas

Registered User.
Local time
Today, 11:38
Joined
Jul 31, 2006
Messages
20
Hi, again...
I have a problem. I want to create a button to send the data of a table to another table. I have a table "budget" and i want so send to another one "order".
Thanks
 
Write a append or update query (depending on what data you are going to be moving) this will move the data if it fits the criteria that you set.
To run the query (or SQL) from a form create a button to run the query. The wizard should walk you through that bit.

Thats about it.
Good luck :)
 

Users who are viewing this thread

Back
Top Bottom