I have a form with two subforms and need to update a field in one subform based on the selection on other subform. Is this possible?
The main form is frmBehaviour
SubfrmBehaviour has StudentID and when this field is selected subfrmBehaviourPoints updates, however the StudentID field does not
I have tried various versions of update event as follows
Forms!frmBehaviour!SubfrmBehaviour!StudentID=Forms!frmBehaviour!SubfrmBehaviourPoints!StudentID and this is not working. I think that is because I am using two subform datasheets?
Any suggestions would be appreciated.
Regards
Tanya
The main form is frmBehaviour
SubfrmBehaviour has StudentID and when this field is selected subfrmBehaviourPoints updates, however the StudentID field does not
I have tried various versions of update event as follows
Forms!frmBehaviour!SubfrmBehaviour!StudentID=Forms!frmBehaviour!SubfrmBehaviourPoints!StudentID and this is not working. I think that is because I am using two subform datasheets?
Any suggestions would be appreciated.
Regards
Tanya