Dropdwon List

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

Guest

This may be a silly question but i have a dropdown list that uses a query as
its list row source. the query has a name & id field. I would like to make
this field read only. How would i do this. (There are some fields that are
updateable)
thankyou
todd
 
Todd,

The controls have a Locked property, which you can set to Yes. It is
difficult to imagine how this would be applicable to a combobox... what
is the purpose of having a drop-down list if you can't select from it?
 
Back
Top