Design by Sue
Registered User.
- Local time
- Today, 01:25
- Joined
- Jul 16, 2010
- Messages
- 816
I have a form with a subform. A change on the main form requires a field on the subform be updated. I am using this to close and reopen the form which forces the update as needed but this opens the form to the first record. I need to reopen to the same record that I was one when closed. I know I have done this in the past but can't remember how to do it. Help please
DoCmd.Close acForm, "form", acSaveYes
DoCmd.OpenForm "form"
Thanks
Sue
DoCmd.Close acForm, "form", acSaveYes
DoCmd.OpenForm "form"
Thanks
Sue