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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top