C
celineusa
Hello!
I have a form with two subforms (on 2 different tabs).
Form: student information
Subform1: major information for the student
Subform2: required classes for the major for the student
When I choose a major from the Subform1 from the major combobox, it
adds the major to the student.
Then, when I go to the second tab with Subform2, the classes required
are not updated.
To see the classes required, I need to go to another student on the
main form, and go back to the student I was modifying.
I tried If Me.Dirty = True Then Me.Dirty = False
I tried RefreshDatabaseWindow.... but nothing works...
Anybody? Any suggestions?
Thank you
Celine
I have a form with two subforms (on 2 different tabs).
Form: student information
Subform1: major information for the student
Subform2: required classes for the major for the student
When I choose a major from the Subform1 from the major combobox, it
adds the major to the student.
Then, when I go to the second tab with Subform2, the classes required
are not updated.
To see the classes required, I need to go to another student on the
main form, and go back to the student I was modifying.
I tried If Me.Dirty = True Then Me.Dirty = False
I tried RefreshDatabaseWindow.... but nothing works...
Anybody? Any suggestions?
Thank you
Celine