G
Guest
Here's my need:
To develop a macro (or equivalent) that will iteratively run an update query
until the number of records to update is zero.
The macro will call the query, then check to see if the number of updated
records is greater than zero. If yes, then the query will run again. If no
then the query will stop.
This wouldn't be too tough except for the fact that this macro will be
called from within an existing macro. The existing macro is going through a
table of queries and running each of them. I want it to be able to pcik up
where it left off when the nested macro stops working. It's a long shot but
worth a try . Thanks for any help. Ruben.
To develop a macro (or equivalent) that will iteratively run an update query
until the number of records to update is zero.
The macro will call the query, then check to see if the number of updated
records is greater than zero. If yes, then the query will run again. If no
then the query will stop.
This wouldn't be too tough except for the fact that this macro will be
called from within an existing macro. The existing macro is going through a
table of queries and running each of them. I want it to be able to pcik up
where it left off when the nested macro stops working. It's a long shot but
worth a try . Thanks for any help. Ruben.