Multiple Drop Down Boxes

  • Thread starter Thread starter Matt DeMarco
  • Start date Start date
M

Matt DeMarco

I'm building a form from one table and I'm trying to have
2 drop down boxes so a user can select parameters within
the table to filter on.

Is it possible to have 2 drop down boxes in a form?

Thanks,
Matt
 
Matt DeMarco said:
I'm building a form from one table and I'm trying to have
2 drop down boxes so a user can select parameters within
the table to filter on.

Is it possible to have 2 drop down boxes in a form?

You can have as many ComboBoxes (correct term) as you want within reason.
Is there some reason you thought you couldn't?
 
Back
Top