Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Method to edit system tables?

Status
Not open for further replies.

Kraeg

Programmer
Jun 27, 2002
113
AU
Is there a way to edit Access system tables?

I've set the Owner of MSysRelationships to Admin (it's normally Engine) and all the permissions to allow, but I still can't edit it.
 
I've been writing code to change the relationships (basically to copy the relationship details to variables, remove the relationships, then re-establish them using the variables).
I thought that it'd be easier to copy the MSysRelationships table, clear it, then copy the data from the copy of it back into it..... if I could somehow obtain the permissions to edit it.
So I'll guess I'll continue with the coding.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top