aspiringprog
MIS
Hi all,
I am not vey familiar with access, hence this question.
I have a form which has a text box. Users are meant to input a value (character string) into this textbox. Based on what they input, this string needs to be passed to a query which will then generate a report.
I am using the following
Forms!frmReport!cboPayerId
If I select just this value, it works. but I need to use this value like this
WHERE abd in (Forms!frmReport!cboPayerId)
and it doesnt work. Do I need to convert this into a char value first or what should I do?
Thanks for ur help
I am not vey familiar with access, hence this question.
I have a form which has a text box. Users are meant to input a value (character string) into this textbox. Based on what they input, this string needs to be passed to a query which will then generate a report.
I am using the following
Forms!frmReport!cboPayerId
If I select just this value, it works. but I need to use this value like this
WHERE abd in (Forms!frmReport!cboPayerId)
and it doesnt work. Do I need to convert this into a char value first or what should I do?
Thanks for ur help