N
natalie
I want to tab from the last record in my subform back over to the open main
form without opening a new record on the main form.
On Lostfocus I have coded:
Me.Parent.Form![Subtotal].SetFocus
DoCmd.GoToRecord
That takes me to the correct control, but on a new main form - not the
current main form. Any help in my coding would be greatly appreciated!
form without opening a new record on the main form.
On Lostfocus I have coded:
Me.Parent.Form![Subtotal].SetFocus
DoCmd.GoToRecord
That takes me to the correct control, but on a new main form - not the
current main form. Any help in my coding would be greatly appreciated!