If you are saying that you need to run, in the exact following order, Q1,
Q7, Q2, Q6, Q5, Q3, and Q4, use a macro.
Open a new macro in design view, add each query in the order you need.
Now when you need to do the update, do the macro.
(or, you could build a function that calls each of the queries in the
correct order)
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Hi,
> Currently we have number of queries in an Access mdb that we run to update
[quoted text clipped - 22 lines]
> Any ideas and help is greatly appreciated,
> Mary
lunarpc - 07 Sep 2007 17:16 GMT
Thanks Jeff,
That is a really good solution. Thanks for your help.
> If you are saying that you need to run, in the exact following order, Q1,
> Q7, Q2, Q6, Q5, Q3, and Q4, use a macro.
[quoted text clipped - 37 lines]
> > Any ideas and help is greatly appreciated,
> > Mary