MSAccess_newbie
Registered User.
- Local time
- Today, 02:10
- Joined
- Aug 19, 2008
- Messages
- 12
Hello All,
I have a form which reads from two tables linked with multiple keys in a one-to-one relationship.
Primary Key is based on four fields as follows:
ID
Year
Submission
Version
On the form I only show (use) ID, since the users don't need to see the other Primary Fields.
The form should allow users to edit records.
The problem is when I edit values in one record, the value is also changed in the other records with the same 'ID' even though the other components of the primary keys are different. I don't know why its doing this
. any clues would be great. Thanks
I have a form which reads from two tables linked with multiple keys in a one-to-one relationship.
Primary Key is based on four fields as follows:
ID
Year
Submission
Version
On the form I only show (use) ID, since the users don't need to see the other Primary Fields.
The form should allow users to edit records.
The problem is when I edit values in one record, the value is also changed in the other records with the same 'ID' even though the other components of the primary keys are different. I don't know why its doing this
