Return to previous location list box

R

rap43

Have a form with list box and a text field to scan in a order numbers. For
the text field I use
Private Sub ID_AfterUpdate()
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.GoToRecord , , acNewRec

End Sub

I need to the return to previous selection on the list box. Can someone help

Thanks Ralph
 
Top