I have an Access 2003 Macro that includes three delete table steps. I ran into an issue where the first table had already been deleted (user error), so when the user ran the macro, it failed because it could not complete the first delete table step.
Is there some way to get it to move on if it can't find the table to delete? The subsequent macro steps import new data into the tables, so it's fine for them to run if the table doesn't exist.
I looked at the OnError action, but that seems to be only Access 2007, not Access 2003? I don't see any way to put an 'if exists' qualifier on the delete table macro step.
Other ideas? Thanks!
Is there some way to get it to move on if it can't find the table to delete? The subsequent macro steps import new data into the tables, so it's fine for them to run if the table doesn't exist.
I looked at the OnError action, but that seems to be only Access 2007, not Access 2003? I don't see any way to put an 'if exists' qualifier on the delete table macro step.
Other ideas? Thanks!