Drop Down Box Selection

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

Guest

I want to add a field that you can only select 1 of 6
selections, and then when you click on the selection you
want that fills in the blank space and the other 5
selections are no longer seen.

Right now I have a box that has an up arrow and down arrow
and I can click on the selection, but the others are still
visible.

How do I do that?
 
Check the properties for that box (control) in design
view. If it says the control is a list box you need to
change it to a combo box. You can do that by right
clicking on the box, then selecting Change to, Combo box.
 
Back
Top