Multiple Drop Down Boxes

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
 
R

Rick Brandt

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?
 
Top