ComboBox question

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

Allen Browne

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
 
Top