W
Wayne Robinson
I have a main form on which a user selects a tax topic that then selects
state details for that topic. On this form I allow a user to click a button
to add a record. This action brings up a new form. Once the record is saved
and the form closed, the user goes back to the details form.
What I am interested in doing is having the details sub-form
refresh(requery). I have SubForm.requery in the GotFocus event but it does
not work. Only hitting F9 can I get the requery to work. I know there must
be a way, but I am not proficient in VBA at this point and could use any
advice.
Kindest regards,
Wayne
state details for that topic. On this form I allow a user to click a button
to add a record. This action brings up a new form. Once the record is saved
and the form closed, the user goes back to the details form.
What I am interested in doing is having the details sub-form
refresh(requery). I have SubForm.requery in the GotFocus event but it does
not work. Only hitting F9 can I get the requery to work. I know there must
be a way, but I am not proficient in VBA at this point and could use any
advice.
Kindest regards,
Wayne