View Full Version : Passing Criteria to a Query


BG
04-12-2000, 06:44 AM
Here's the problem: I have a form set up to pass criteria to a query. I am doing this via a text box on the form. I am referencing the text box in the query via [Forms]![MyForm]![txtUserEntry].

This works fine when the user enters a single word, or a word followed by/including wildcard characters.

What I would like to do is allow the users to use the AND or OR operators as well, which does not seem to work currently. Can you propose a solution?

Much thanks in advance for your help,

Baris

[This message has been edited by BG (edited 04-12-2000).]