Cathii
New member
- Local time
- Today, 13:12
- Joined
- Dec 4, 2006
- Messages
- 4
I have a combo box on two individual forms in Access2003. One works perfectly, the other doesn't work at all. The issue is that the combo box that doesn't work won't allow you to select via the mouse nor the keyboard ANY value. The working combo box allows both.
The row source for each combo box is:
All properties for the combo box are the same on each form (except for the name). The form properties only vary with one being a bound form and the other being unbound.
My question is, why would it work in one form (the unbound form) and not the form that is bound? Is it due to the form properties or am I missing something totally obvious?
Thanks
Cathii
The row source for each combo box is:
Code:
SELECT mdl_course_competencies.competency, mdl_course_competencies.competency_id FROM mdl_course_competencies ORDER BY mdl_course_competencies.competency;
All properties for the combo box are the same on each form (except for the name). The form properties only vary with one being a bound form and the other being unbound.
My question is, why would it work in one form (the unbound form) and not the form that is bound? Is it due to the form properties or am I missing something totally obvious?
Thanks
Cathii