Form is blank after using combo box

B

bbarkman

I created an unbound form with one combo box and one command button. I
select an item from the combo box and click the command button to open
another form. I expected to see that record but the target form is blank.
What am I missing? thanks.
 
R

Rick B

You know that you can place that combobox on the form you wish to display
the data. the combo-box wizard will help you set it up so that you can pick
a record from the combobox and heve that record display on the form. No
need for an additional pop-up.

Rick B
 
Top