View Full Version : Conditionally delete a table as first step in Macro


lmintun
10-22-2001, 02:13 PM
I would like to be able to detect the existence of a table in the first step, which is a delete object (table), and bypass if it doesn't exist. Otherwise, macro hangs up looking for the table it wants to delete anyway...

Peter Whitfield
10-26-2001, 09:02 AM
Not at all familiar with Visual Basic yet but isnt there an IF Exist statement which would then run the delete macro?