I'm using a control on a form as a parameter for my query. I've defined the criteria in the query as
[Forms]![myform]![myControl]
How do I set this up so that the query returns all records which have a part of the myControl that is typed in [myForm]![myControl]? does this work for both number and text?
Thank you
[Forms]![myform]![myControl]
How do I set this up so that the query returns all records which have a part of the myControl that is typed in [myForm]![myControl]? does this work for both number and text?
Thank you