Automatic select of first item in listbox

R

Ron Spiegel

I want to select the first item in a listbox on a form.
I used: Me!MyListbox.Selected(0) = True
The result is that the first item is indeed selected, but
the whole form is locked, so this is does not work.
Can anyone tell me how to properly do this.
I use MS Access 97.
 

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