Hi,
I have created a list box on a form that can have multiple values. I have managed to create a text box that calculates what the Criteria in a query should be. This referes to keywords. If the keywords "apple" "orange" and "pear" were in the list box, the text box would read
. When trying to refer to the text box for the criteria it reads this as 1 large criteria. I need to convert the text for the criteria box so that it recognises the OR statements and views this as 3 criteria elements rather than 1.
Any ideas?
Thanks,
Gary.
I have created a list box on a form that can have multiple values. I have managed to create a text box that calculates what the Criteria in a query should be. This referes to keywords. If the keywords "apple" "orange" and "pear" were in the list box, the text box would read
Code:
"apple" or "orange" or "pear"
Any ideas?
Thanks,
Gary.