drop down list

  • Thread starter Thread starter brino
  • Start date Start date
B

brino

hi all !

i have a drop down list of names on a form.
the problem i have is that the users of this are typing in there own
text instead of choosing from the drop down list of names.
how can i lock this list so that they can only choose from the list
and not type what ever they want to ??

any help would be great as this is causing major problems with some
reports !!

thanks
brino
 
Change the Limit to List property of the combo box (I'm assuming that it is
a combo box) to Yes.
 
Back
Top