Apr 4, 2002 #1 Dan01 Programmer Jun 14, 2001 439 US Hi, I wish to drop a table if it exists. How would I write the contitional statement? Thanks, Dan.
Apr 4, 2002 Thread starter #2 Dan01 Programmer Jun 14, 2001 439 US Never mind guys. I called a function from a macro this way: Public Function Dropit() On Error Resume Next DoCmd.DeleteObject acTable, "TABLEA" End Function Thanks, Dan. Upvote 0 Downvote
Never mind guys. I called a function from a macro this way: Public Function Dropit() On Error Resume Next DoCmd.DeleteObject acTable, "TABLEA" End Function Thanks, Dan.