2 sql into 1?

S

Squibbly

is it possible to have two sql statement in one window

what i mean is can i have an append and delete sql query together??
 
R

Roger Carlson

No, in Access it is one SQL statement per query. However, you can create
and save two SQL statements and then use code or a macro to run them in
sequence.
 
Top