I’m trying to use the relationships window to view relations between tables in an MS-Access database. I hid all of the other tables, and found a foreign key in one of the tables that appears like it should link to another table with a primary key the information I need to track down.
Is there any way to list the existing foreign key constraints on a table in Access, much like the SHOW CREATE TABLE syntax in MySQL?
The tabledef collection in DAO and ADOSchemas will show foreign keys.
Relation
ADOSchema
Finally, there is a hidden system table: