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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Drop Down Boxes in forms 4
Next on my wish list... 5
One Field Multiple Choices 2
Writing conditional formatting 7
Sub Form Locking Problem 3
combo box 3
Multi Select List Box in Access 0
Conditional Drop Boxes 3

Back
Top