dazedandconfused
Registered User.
- Local time
- Today, 10:07
- Joined
- Mar 4, 2008
- Messages
- 28
In my database I have 4 different forms that relate to the same pieces of casework. They are 'Person Information', 'Incidents', 'Actions' and 'Outcomes'. The Primary and Foreign keys are set up as follows:
Person Information - IPSOref (PK)
Incidents - IncidentID (PK), IPSOref (FK)
Actions - ActionID (PK), IncidentID (FK)
Outcomes - OutcomeID (PK), IncidentID (FK)
Obviously the Person Info form is the first form completed when entering a new record. All the other forms have a relationship linked to this form. My question is - how do I get Access to automatically complete the Foreign Key fields when they are opened within that specific record?
Person Information - IPSOref (PK)
Incidents - IncidentID (PK), IPSOref (FK)
Actions - ActionID (PK), IncidentID (FK)
Outcomes - OutcomeID (PK), IncidentID (FK)
Obviously the Person Info form is the first form completed when entering a new record. All the other forms have a relationship linked to this form. My question is - how do I get Access to automatically complete the Foreign Key fields when they are opened within that specific record?