using query to write to table

  • Thread starter Thread starter Troy Scott
  • Start date Start date
T

Troy Scott

How do I use my query to write to a table? using Access 2002.

Thanks,

Troy
 
What do you mean by "write to a table"? Create one, update one, or append to
one?
 
It is either Append Query (to add Records) or Update Query (to modify
existing Records).

If you want to create a new Table with data from somewhere else, then you
need a Make-Table Query.

Check Access Help on appropriate type of Query.
 
Under query, use either update or append depending on what you ar
trying to do
 
Under query, use either update or append depending on what you ar
trying to do
 

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

Back
Top