Combo Box not letting me select options

chris11590

Registered User.
Local time
Today, 04:57
Joined
Jul 29, 2008
Messages
130
i have a combo box which will not allow me to select any of the options. i have limit to list set to no. i believe all the properties with are necessary are set correctly. any suggestions?
 
i have a combo box which will not allow me to select any of the options. i have limit to list set to no. i believe all the properties with are necessary are set correctly. any suggestions?

  1. What is the Control Source for the Combo Box?
  2. What is the Record Source for the Form?
Each of these could contribute to your problem, although I suspect it is something about the query that is the Control Source for the Combo Box.
 
the combo box is based of a sql "where" query.. its not the control or record source...
 
Is the form set to AllowEdits - NO

or

is your underlying recordsource happen to be read only?
 
what does it mean to read only. i dont think so. one thing i did notice i did not have a parent/child relationship set on the subforms ..
 
what does it mean to read only. i dont think so. one thing i did notice i did not have a parent/child relationship set on the subforms ..

As mentioned by MSAccessRookie - what is the combo box bound to? What field is listed in the combo's CONTROL SOURCE? If it is unbound then it would have nothing in the control source.

Also, if this is on a subform and the main form is set to No edits then the subform won't be editable either.
 

Users who are viewing this thread

Back
Top Bottom