I am running an application with both a front end and a back end. I have my tables linked in my front end to the back end (pretty standard!) Both of them are Microsoft Access databases.
How do I delete a table from my front end into my backend database? If you use "drop table", then it drops the link from the FE. If you use "docmd.deleteobject", it does the same thing.
There has to be another command out there, but I just can't seem to find something that works!
Thanks for your help!
How do I delete a table from my front end into my backend database? If you use "drop table", then it drops the link from the FE. If you use "docmd.deleteobject", it does the same thing.
There has to be another command out there, but I just can't seem to find something that works!
Thanks for your help!