I have a command that creates a table1. However, when I run it two times, I get an error message because table1 already exists. That's why I used the command DoCmd.DeleteObject "Table1" in the Err_Create_Table section. However, when there is no table1, I get an error message.
Is it possible to do the command only when the table exists by using If ... Then ...?
Thanks for any response!
Is it possible to do the command only when the table exists by using If ... Then ...?
Thanks for any response!