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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top