Hello,
I am importing some text into one of my tables and as a result i get a new import errors table.
As part of my import code i have used the following line
to try and delete this table.
However, when i then run the code, i get an eorror message stating that microsoft access cannot find the object, even though when i then look at the database it is most definitely there.
Can anyone show me how i can delete this table???
OOch
I am importing some text into one of my tables and as a result i get a new import errors table.
As part of my import code i have used the following line
to try and delete this table.
Code:
DoCmd.DeleteObject acTable, "[Gas_Hull_COT_PortAnlys_ImportErrors]"
However, when i then run the code, i get an eorror message stating that microsoft access cannot find the object, even though when i then look at the database it is most definitely there.
Can anyone show me how i can delete this table???
OOch