Greetings,
I'm working on a query that will currently will allow a user to search by either a single client code or by all. I need to modify the parameter so it will accept multiple client codes. If I modify the query directly using In ("CC1","CC2"), the query works as it should. However if I try and tie it into the text box that feeds the query it does not function. Here is what I am attempting to use: In([forms]![P_frmSummaryReport]![txtDIV]). In the control on the form, I have entered "CC1","CC2". What step am I missing?
A drop down or list box really is not a practical solution in this area, as the list of client codes exceeds 1200.
Please let me know if additional information is needed to understand the problem in question.
Thanks in advance for your help!!
-Elysynn
I'm working on a query that will currently will allow a user to search by either a single client code or by all. I need to modify the parameter so it will accept multiple client codes. If I modify the query directly using In ("CC1","CC2"), the query works as it should. However if I try and tie it into the text box that feeds the query it does not function. Here is what I am attempting to use: In([forms]![P_frmSummaryReport]![txtDIV]). In the control on the form, I have entered "CC1","CC2". What step am I missing?
A drop down or list box really is not a practical solution in this area, as the list of client codes exceeds 1200.
Please let me know if additional information is needed to understand the problem in question.
Thanks in advance for your help!!
-Elysynn