ComboBox question

  • Thread starter Thread starter tiger
  • Start date Start date
T

tiger

Hi,

In a ComboBox, when the user makes a selection from the dropdown list. How
can you generate a form from this selection.

Thanks
tiger
 
A combo cannot create a new form in your database, so I presume you are
talking about adding an unbound combo to a bound form, so you can select a
record in the combo and your form automatically shows that record.

There is a combo wizard (in the toolbar bar, in form design view) to do this
for you. Or, more detailed instructions and more stable code, see:
Using a Combo Box to Find Records
at:
http://allenbrowne.com/ser-03.html
 

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