L
Lasse T
Hi again.
Private Sub Form_Unload(Cancel As Integer)
Forms![registreringorder]![UformOrder].SetFocus
DoCmd.GoToRecord , , acNewRec
End Sub
This code adds a new record, but i also want focus on the control
"artikelnr" in that new record. It is a continous form and the focus are in
"artikelnr" on the first record of the form.
Thanks in advance
Lasse T
--------------
Private Sub Form_Unload(Cancel As Integer)
Forms![registreringorder]![UformOrder].SetFocus
DoCmd.GoToRecord , , acNewRec
End Sub
This code adds a new record, but i also want focus on the control
"artikelnr" in that new record. It is a continous form and the focus are in
"artikelnr" on the first record of the form.
Thanks in advance
Lasse T
--------------