using query to write to table

D

Duane Hookom

What do you mean by "write to a table"? Create one, update one, or append to
one?
 
V

Van T. Dinh

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.
 
Top