update query made simple

andrewm

andrewm
Local time
Today, 09:09
Joined
Jan 21, 2005
Messages
13
I have two tables which several update queries are used related to several fields. Can I make it simple by puting all the queries into one

Andrewm
 
Yes. The easiest way is to use the Query grid. In Update Query mode, include all the fields you want updated.
 
If you are asking "can a querydef contain multiple separate queries the way a stored procedure can?", the answer is no.
 

Users who are viewing this thread

Back
Top Bottom