Assuming the first query name equates to the first item in the listbox's
list:
Private Sub Form_Current()
Me.lstMyList.SetFocus
Me.lstMyList.Selected(0) = True
End Sub
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
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.