66tigger40
Technical User
Hi
I'm slowly going mad and have fogged over... something so simple seems so complex
I have a main form which contains two tab Controls (tabMain and tabEventDetails).
The MainForm links to the first subform by PatientID
On TabMain I have a subform which contains PatientID and EventID, on TabEventDetails I have a subform called EventDetails with PatientID and EventID, I need to set the LinkChild Fields and LinkMaster Fields but everything I have tried has failed.
For Example:
Link Child Field: PatientID;[EventID]
Link Master Field: PatientID; [frmPatientEvents].form![EventID]
This only works if I press F5 to screen refresh.
What have I missed? Thanks in advance
Tigger
I'm slowly going mad and have fogged over... something so simple seems so complex
I have a main form which contains two tab Controls (tabMain and tabEventDetails).
The MainForm links to the first subform by PatientID
On TabMain I have a subform which contains PatientID and EventID, on TabEventDetails I have a subform called EventDetails with PatientID and EventID, I need to set the LinkChild Fields and LinkMaster Fields but everything I have tried has failed.
For Example:
Link Child Field: PatientID;[EventID]
Link Master Field: PatientID; [frmPatientEvents].form![EventID]
This only works if I press F5 to screen refresh.
What have I missed? Thanks in advance
Tigger