I am writing some code that updates a group of tables by deleting the old ones and then creating new ones using some MakeTable queries.
My question is this: Is there some code I can use to determine if the table already exists? Basically, I want to add an If/Then statement that checks to see if the table is there and if it is, delete it and if it isn't, just run the MakeTable query.
I think this is probably easy, but I just couldn't find what I was looking for in the help files.
Thanks!
Jamie
My question is this: Is there some code I can use to determine if the table already exists? Basically, I want to add an If/Then statement that checks to see if the table is there and if it is, delete it and if it isn't, just run the MakeTable query.
I think this is probably easy, but I just couldn't find what I was looking for in the help files.
Thanks!
Jamie