M
Mark
I have an Access 97 database. In it there is a form with a
subform. On the subform I have a button that opens up
another form in dialog box mode. When I close down the
dialog box form I want it to requery the subform and then
goto the last record on the subform. I have written code
in the dialog box form so that it successfully requeries
the subform.
Forms![frmApplicant]![fsubRebate].Form.Requery
However I can not figure out how to write code that puts
the focus on the subform and navigates to the last record.
How do I do this? Remember the code is in the separate
dialog box form not on the subform itself.
Thanks if you have an answer!
Mark
Ontario, Canada
subform. On the subform I have a button that opens up
another form in dialog box mode. When I close down the
dialog box form I want it to requery the subform and then
goto the last record on the subform. I have written code
in the dialog box form so that it successfully requeries
the subform.
Forms![frmApplicant]![fsubRebate].Form.Requery
However I can not figure out how to write code that puts
the focus on the subform and navigates to the last record.
How do I do this? Remember the code is in the separate
dialog box form not on the subform itself.
Thanks if you have an answer!
Mark
Ontario, Canada