I am trying to run a form with a subform. Then I want to open another form off of the subform using a specific ID and can't get it to work.
I can open the subform as a stand alone form and click the open button for the new form using this code and it works just fine and updates the field for me.
Me!StudentID = Forms![Student Form]![StudentID]
Why will this not work when it is running as a subform.
Thanks
I can open the subform as a stand alone form and click the open button for the new form using this code and it works just fine and updates the field for me.
Me!StudentID = Forms![Student Form]![StudentID]
Why will this not work when it is running as a subform.
Thanks