In MS-Access I’m aware of referential integrity rules such as cascading updates and deletes and creating them using DDL.
But after the tables have already been created, how can these be listed again?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In VBA you can use TableDefs and Relations collections to show table and relationship properties. You can also use ADO Schemas to get information.
In particular, you will wish to refer to the attributes of the relationship:
http://msdn.microsoft.com/en-us/library/bb225809.aspx
4352 = dbRelationUpdateCascade + dbRelationDeleteCascade