ListBox Selection

  • Thread starter Thread starter Eulises H. Martinez C.
  • Start date Start date
E

Eulises H. Martinez C.

Hi to all, I populate a Listbox with source control reference a table. I
need went open the form the ListBox control show the first item selected.

thanks.
 
Use a query as the record source of the form and put this as criteria in the
query --
[Forms]![YourFormName]![ListBoxName]

Use an event or macro On Update of the ListBox to open the form.
 

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

Back
Top