M
Maracay
Hi Gurus
I am using this instruction to delete a table:
DBEngine(0)(0).TableDefs.Delete "tblDaoContractor"
I delete the table to created it again with different rows, that is why I
can’t just delete the records, I need to delete the table and create it
again, the problem is with this instruction if the table is not there I got
an error, if table is there everything is ok but if I run the procedure a
second time I got a run time error.
I will appreciate if someone knows how to improve this instruction.
Thanks
I am using this instruction to delete a table:
DBEngine(0)(0).TableDefs.Delete "tblDaoContractor"
I delete the table to created it again with different rows, that is why I
can’t just delete the records, I need to delete the table and create it
again, the problem is with this instruction if the table is not there I got
an error, if table is there everything is ok but if I run the procedure a
second time I got a run time error.
I will appreciate if someone knows how to improve this instruction.
Thanks