B
Bradley C. Hammerstrom
A2K
With Visual Basic code I want to test if a table exists (so I can delete
it). Something like:
IfExists "Table1" Then DoCmd.DeleteObject acTable, "Table1"
Do I need to write a Function?
Brad H.
With Visual Basic code I want to test if a table exists (so I can delete
it). Something like:
IfExists "Table1" Then DoCmd.DeleteObject acTable, "Table1"
Do I need to write a Function?
Brad H.