Delete tables

  • Thread starter Thread starter Unnur U
  • Start date Start date
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.
 
You will need to open the source database (the one providing the link) and
delete the table in that database.

HTH
Ben
 
Hi Unnur,

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