VBA CODE TO EST RELATIONSHIPS – NBS
Using Access 2000 (9.0.4402) SR-1
I have to convert several identical users to access 2000. I’m trying to automate the file conversion process as much as possible. I’m using Macro’s and Queries to input and prepare the data for Access. At the end of this process I would to run some code to automatically establish my relationships as follows:
tblMaster tblDetail
IngMasterID lngMasterID
One to Many
Yes – Enforce Referential Integrity
Yes – Cascade Update Related Fields
Yes – Cascade Delete Related Records
Looking for code to perform the above relationship.
Thanks, John Graves