Dear All,
Thanks for a great forum!!
I have a queryCpXResults.
It has a field called AllUses.
In that fields criteria I have put the following code:
Multi Select is set to simple.
So I want to be able to select multiple codes on ListCpXresult, or just be able to leave it blank.
Unfortunately the above is not working, I select multiple values and it gives an output that is the same as if nothing is selected.
Am I doing this right?
Thank you for your help in advance
Thank you,
Kind regards
Triacona
Thanks for a great forum!!
I have a queryCpXResults.
It has a field called AllUses.
In that fields criteria I have put the following code:
Code:
Like "*" & [Forms]![MainScreen].[ListCpXresult] & "*"
Multi Select is set to simple.
So I want to be able to select multiple codes on ListCpXresult, or just be able to leave it blank.
Unfortunately the above is not working, I select multiple values and it gives an output that is the same as if nothing is selected.
Am I doing this right?
Thank you for your help in advance
Thank you,
Kind regards
Triacona