Hi Folks,
tearing what little hair I have out with this..
I have a form (community_courses) with a combo box upon it (course_desc) that I am trying to reference in a query based upon the value in the combo box when the form is open but then I have read that one cannot reference a combo box value in a query. I have tried creating a unbound text box (CD_refbox) that references the combo box value can be used but that's not working either but the text box does show the combo box value.
I have checked that my syntax is along the right lines by referencing a static text box with value and that works ok but now run out of ideas :-(
My query syntax is as follows:-
[forms]![community_courses]![CDref_box]
I also tried adding .Column(1) to the end but the syntax is not accepted.
Any tips would really be appreciated!
Thank-you,
CJW
tearing what little hair I have out with this..
I have a form (community_courses) with a combo box upon it (course_desc) that I am trying to reference in a query based upon the value in the combo box when the form is open but then I have read that one cannot reference a combo box value in a query. I have tried creating a unbound text box (CD_refbox) that references the combo box value can be used but that's not working either but the text box does show the combo box value.
I have checked that my syntax is along the right lines by referencing a static text box with value and that works ok but now run out of ideas :-(
My query syntax is as follows:-
[forms]![community_courses]![CDref_box]
I also tried adding .Column(1) to the end but the syntax is not accepted.
Any tips would really be appreciated!
Thank-you,
CJW