relationships

G

Guest

How do I delete a relationship on tables that
are "inhereted from a linked database?" My end result
would be to be able to delete the contents of the table,
however I can't seem to do that when there is a
relationship with another table.
 
V

Van T. Dinh

You need to open the Back-End database where the Table(s) reside and delete
the relationship(s) in the Back-End. This can be done by code from the
Front-End if necessary.
 
Top