T
Terry
I have a parameter query I have built to run from a form. It has 4 fields
for which parameters can be chosen form a combo box control. Three of the
fields work fine. The 4th is giving me the problem. The 3 that work all
have one word choices. In the 4th, some choices are multiple words separated
by spaces. If I choose a single word choice from the list it works fine. If
I choose a multiple word choice, it returns a null record. My Criteria
expression is:
Like "*"&[Forms]![CallCenterFormNew]![VolunteerArea]&"*"
The thing that really has me puzzled is I can create the say query as a
simple parameter query, enter multiple words in the parameter dialog box when
it opens, and it works fine. Does anyone see something I am missing that
would cause this to not accept multiple words? Thanks.
for which parameters can be chosen form a combo box control. Three of the
fields work fine. The 4th is giving me the problem. The 3 that work all
have one word choices. In the 4th, some choices are multiple words separated
by spaces. If I choose a single word choice from the list it works fine. If
I choose a multiple word choice, it returns a null record. My Criteria
expression is:
Like "*"&[Forms]![CallCenterFormNew]![VolunteerArea]&"*"
The thing that really has me puzzled is I can create the say query as a
simple parameter query, enter multiple words in the parameter dialog box when
it opens, and it works fine. Does anyone see something I am missing that
would cause this to not accept multiple words? Thanks.