If a table exists delete it
I have a function that makes a table called TblCars with a make table query. But when i carry out the fucntion, i receive the mesage
that the table already exists.I want to delete the table if this table exists and to skip the deletion if the table does not exists.
Can somebody help me with a code avoiding this problem ?