Switchboard queries with ComboBoxes

  • Thread starter Thread starter Spike
  • Start date Start date
S

Spike

I am not a "Power User" of Access but would appreciate some help on what is
probably a simple question.

I need to run a query from a button on the Switchboard that will produce two
combo boxes say on a form so that the user can select an item and currency
that will then run a query on a data base for that item and currency.
 
You best solution would be to create your own form with the combo boxes you
need and a command button to run the query, then open the form from the
switchboard.
 
Back
Top