Hello,
I need to do two things to my back-end DB. I need to remove the tables, and run a compact/repair to stop the annoying "this table will be deleted..." and to keep the filesize down since just a dual-run can cause the 2gb limit to be reached.
1 - From my front-end, access the back-end database and remove all tables, and then run a compact/repair
2 - if this is easier, I'd like to delete the backend database and then create a new version of it with the same name.
Any help? I am new to the VBA game, although can fiddle through a bit.
Thanks,
On a side note, I was able to clear the tables using the EXECUTE DELETE FROM function but have no been able to find a way to delete the actual tables/objects
I need to do two things to my back-end DB. I need to remove the tables, and run a compact/repair to stop the annoying "this table will be deleted..." and to keep the filesize down since just a dual-run can cause the 2gb limit to be reached.
1 - From my front-end, access the back-end database and remove all tables, and then run a compact/repair
2 - if this is easier, I'd like to delete the backend database and then create a new version of it with the same name.
Any help? I am new to the VBA game, although can fiddle through a bit.
Thanks,
On a side note, I was able to clear the tables using the EXECUTE DELETE FROM function but have no been able to find a way to delete the actual tables/objects