Code to delete table if it exists

  • Thread starter Thread starter Sandy
  • Start date Start date
S

Sandy

I need to delete a table if it exists in the current
database. As far as I know, Access doesn't have "Exists"
as a keyword. Any suggestions?

Sandy
 
Easier to have your code delete the table and then trap for the error that
will occur if the table doesn't exist.
 
Back
Top