Combobox greyed out ?

S

swedishiron

I am trying to select the combo box to use on a form but is greyed out - what
should i check or why would it be greyed out ?
 
S

Sprinks

Hi, swedhisiron.

Most likely, the Enabled property is set to No.

Assuming that the database designer doesn't have a good reason to disable
this control, open the form in design view, show the property window with
View, Properties, and click on the combo box. The Enabled property is on the
Data tab. Set it to Yes.

Sprinks
 
Top