K
Kaseano
My Access Program generates a couple tables through a bunch of sequential
quieries.
I get an error message if the tables are there when the program is run a 2nd
time...
SO I put a couple lines into the beginning to remove the tables,
db.Execute "DROP TABLE [GPA Report Table];", dbFailOnError
Now,
I get an error message if the table doesn't exist to be deleted.
I would make an IF statement (if table exists, delete it), but I don't know
how.
I'm also wondering what dbFailOnError means (I've always just written it
without knowing what it did), and whether I can change it to something like
dbNextOnError?
Any Help would be REALLY REALLY appreciated.
Thanks
quieries.
I get an error message if the tables are there when the program is run a 2nd
time...
SO I put a couple lines into the beginning to remove the tables,
db.Execute "DROP TABLE [GPA Report Table];", dbFailOnError
Now,
I get an error message if the table doesn't exist to be deleted.
I would make an IF statement (if table exists, delete it), but I don't know
how.
I'm also wondering what dbFailOnError means (I've always just written it
without knowing what it did), and whether I can change it to something like
dbNextOnError?
Any Help would be REALLY REALLY appreciated.
Thanks