Delete tables

U

Unnur U

How to delete a backend table when I have a linked table
in a database. I must delete the source table and the link.
Thanks, U.U.
 
B

Ben

You will need to open the source database (the one providing the link) and
delete the table in that database.

HTH
Ben
 
J

John Nurick

Hi Unnur,

First delete the linked table from the front end. Then open the back end
database and delete the actual table.
 
Top