Command button and combo box problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to set up my command button to "initiate" the search for the record
that is selected in a combo box.

The Setup: Combobox with list of records for selection, a command button

The Outcome: User can select from the list, click the command button, the
record (in form view) would pop up.

I'm not well read in VBA, so if anyone could help, the library and I would
thank you!!!!
 
I want to set up my command button to "initiate" the search for the record
that is selected in a combo box.

The Setup: Combobox with list of records for selection, a command button

The Outcome: User can select from the list, click the command button, the
record (in form view) would pop up.

I'm not well read in VBA, so if anyone could help, the library and I would
thank you!!!!

What do you need the command button for?
If you add a combo box to the form header using the wizard, choose
option 3 on the first page of questions, something like "Find a
record etc...". When done, select the record in the combo box and it
will appear on the form.
 
I wanted the button to be used as like an Ok or a Search button. In other
words, the user would select the option, click the Ok button and then the
record would come up. Does that make sense? thanks!
 
Back
Top