SQL code

W

Warren

could anyone help me

I am working with access 2000
I am trying to append data using SQL code to a table when I close a report.
The report gets some data from a different table through a query, and data
from the user. Any ideas would help


Thanks
Warren
 
G

Guest

cant you just say 'INSERT INTO tablename (field1, field2, field3)
VALUES (value1, value2, value3)'

HTH

there is an append query or append values wizard in XP and 2003.
 

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