I have a form that has 2 subforms.. When I select an item on the main form the 2 subforms change to that item. When I change the selection Item on the 1st subform the 2nd subform does not change to the correct records.
The 3 tables are set up like this
Main
Primary key : txtReportName
1st subform table
Primary Key & linked to main table by: txtReportName
Primany Key: txtUserID
2nd subform table
Primary Key & linked to 1st subform table by: txtReportName
Primany Key & linked to 1st subform table by: txtUserID
Primary key (autonumber): numSeq
It looks like I have it all setup correctly and I can add new items to 2nd subform and table updates correctly, but when I close the main form and open it back up the 2nd subform only shows the first txtUserID from the 1st subform.
If anyone can help this problem it would help.
The 3 tables are set up like this
Main
Primary key : txtReportName
1st subform table
Primary Key & linked to main table by: txtReportName
Primany Key: txtUserID
2nd subform table
Primary Key & linked to 1st subform table by: txtReportName
Primany Key & linked to 1st subform table by: txtUserID
Primary key (autonumber): numSeq
It looks like I have it all setup correctly and I can add new items to 2nd subform and table updates correctly, but when I close the main form and open it back up the 2nd subform only shows the first txtUserID from the 1st subform.
If anyone can help this problem it would help.