Hello all,
I am writing some code to clean up a string of DBs that I manage. I am curious, is there a way with VBA to check the database to see if a table, form or report exists in that db?
I would construct an if statement like below.
if tableA exists(need the code here) then delete tableA(i know the code to delete)
THanks for the help. I always award reputation points.
B
I am writing some code to clean up a string of DBs that I manage. I am curious, is there a way with VBA to check the database to see if a table, form or report exists in that db?
I would construct an if statement like below.
if tableA exists(need the code here) then delete tableA(i know the code to delete)
THanks for the help. I always award reputation points.
B