soupisgood84
Technical User
Is there a way I can programmatically check for an object?
My dilemma is, I want to see if a table exists before I give the command to delete it. If I DoCmd.DeleteObject and the table isn't there then I get an error.
Thanks for the help.
My dilemma is, I want to see if a table exists before I give the command to delete it. If I DoCmd.DeleteObject and the table isn't there then I get an error.
Thanks for the help.