Hello,
I used Access 97 for years, but now I have to switch to Access 2003. I am trying to delete any table that has the word "Error" in it's name.
I was trying a very simple command:
DoCmd.DeleteObject acTable, "*Errors*"
However, Access 2003 doesn't see "*" as any character. I also tested % and _ , according to Microsoft site it should have work, it doesn't.
Any assistance would be great.
Thank you.
I used Access 97 for years, but now I have to switch to Access 2003. I am trying to delete any table that has the word "Error" in it's name.
I was trying a very simple command:
DoCmd.DeleteObject acTable, "*Errors*"
However, Access 2003 doesn't see "*" as any character. I also tested % and _ , according to Microsoft site it should have work, it doesn't.
Any assistance would be great.
Thank you.