I have a form titled "frmHomePage" which holds three subforms. ""frmReportsSubForm", frmStudentSchedule", and frmStudentBio". When I enter a new student in the "...Bio" subform I would like to go directly to the same student in the "...Schedule" subform. To this end I have a button which hold a macro to (almost) do this. Here is where the problem lies.
When I created the macro I was asked what fields I am linking. Within the Student Bio information I link the StudentID to the StudentID in the Schedule. The code entered is: ="[StudentID]=" & "'" & [StudentID] & "'" which opens the correct subform but opens it as a separate form. I would like it to open in the already opened subform.
I am using Access 2010, Windows 7.
Thanks if advance for any and all help.
When I created the macro I was asked what fields I am linking. Within the Student Bio information I link the StudentID to the StudentID in the Schedule. The code entered is: ="[StudentID]=" & "'" & [StudentID] & "'" which opens the correct subform but opens it as a separate form. I would like it to open in the already opened subform.
I am using Access 2010, Windows 7.
Thanks if advance for any and all help.