combo box

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I have a combo box on my form that is linked to a query
for the values. The values display on the form, however
they are locked, I can't actually select them. Any idea
why this is happening
 
Hi Jason,
check the properties of the form to ensure that
allowediting =true

check the properties of the combobox to ensure that
enabled=true and locked=false

Luck
Jonathan
 
Back
Top