Access 2K on Windows 98
I have a database (#1) with tblSubmission, which has a Submission_id autonumber field.
I have another database (#2) with a tblAuthors, which has an au_id autonumber field.
I have linked tblAuthors into database #1.
I have created a tblSubmissionAuLink table, which contains Submission_id (long)and au_id (long) fields, which are set to defaults of ‘Null’, and the combined fields form the primary key.
I can establish a relationship between tblSubmission and the linking table (with referential integrity enforced, but cannot enforce referential integrity on the relationship between the linking table and tblAuthors (all options are greyed out).
Can anyone explain why this is happening, and if there is a work around?
Many thanks,
kiwi44