Code to delete table if it exists

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
 
K

Ken Snell

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