Q
Question Boy
I am trying to set a report's record source to use a form's control value as
a criteria. I have done this before successfully for simple control. this
time i need to use th 2nd column of a combo box. hence I tried
Forms![frm_Labels]![cboCompType].Column(1)
but i keep getting an error
"Undefined function 'Forms![frm_Labels]![cboCompType].Column' in expression
Can someone point out my mistake.
Thank you.
QB
a criteria. I have done this before successfully for simple control. this
time i need to use th 2nd column of a combo box. hence I tried
Forms![frm_Labels]![cboCompType].Column(1)
but i keep getting an error
"Undefined function 'Forms![frm_Labels]![cboCompType].Column' in expression
Can someone point out my mistake.
Thank you.
QB