We have a Macro that runs many queries and we want to force it to abort based on the values we find in the database. Any ideas on the best method for doing this?
More details: The database is being populated by another system so we want to make sure that their update finished. If we set up a table with a status value in it then we can just read that table and see if their update finished properly. If so then the macro can run all of the rest of the quries in it. If the status show us the update did not finish then we want our macro to skip to the end or just stop.
More details: The database is being populated by another system so we want to make sure that their update finished. If we set up a table with a status value in it then we can just read that table and see if their update finished properly. If so then the macro can run all of the rest of the quries in it. If the status show us the update did not finish then we want our macro to skip to the end or just stop.
Comment