Help

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

I have 4 drop down boxes with 7 choices in each box to choose from. I want
our users to just choose one of the choices from each box, and not be able
to add any information along with that choice. In other words just give them
the ability to choose a selection and that is it. Not being able to add any
text to that selection.

How can I lock each box out from adding any additional text?


Thank You so much for your help

Ken
 
Ken said:
I have 4 drop down boxes with 7 choices in each box to choose from. I want
our users to just choose one of the choices from each box, and not be able
to add any information along with that choice. In other words just give them
the ability to choose a selection and that is it. Not being able to add any
text to that selection.

How can I lock each box out from adding any additional text?

The ComboBoxes have a property called "LimitToList". Set it to Yes.
 
Rick

I already did that, and I still have the ability to add text to the boxes. I
just want the users to be able to make a selection from the drop down boxes
and not have the chance to add there own text at the end of these choices.


Thanks
 
Rick

I finally got it...Thanks Again!!!!!



Ken said:
Rick

I already did that, and I still have the ability to add text to the boxes. I
just want the users to be able to make a selection from the drop down boxes
and not have the chance to add there own text at the end of these choices.


Thanks




give add
 
Back
Top