RE: Returning a wildcard or value
- From: "KARL DEWEY" <KARLDEWEY@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 9 Aug 2005 11:44:53 -0700
Like [Forms]![YourForm]![YourInputField] & "*" or Is Null
"Nathan Hughes" wrote:
> I have created a form from which to create tailored reports via several
> unbound input fields. There is an underlying query to form these reports.
> What I am trying to do is create criteria expressions that will take the
> value entered and use that as a criteria and if no value is entered in the
> form to not have criteria on that value.
>
> I have attempted to use IIf statements unsucessfully.
>
> Basically what I want it to do is:
> If the control on the form has had data entered, use that as criteria for
> the query
> If the control on the form has not had data entered, then act like there is
> no criteria.
>
> Many thanks in advance for any assistance.
.
- Follow-Ups:
- RE: Returning a wildcard or value
- From: Nathan Hughes
- RE: Returning a wildcard or value
- References:
- Returning a wildcard or value
- From: Nathan Hughes
- Returning a wildcard or value
- Prev by Date: Re: Query to search entire record, not one field?
- Next by Date: Distinct of Null
- Previous by thread: Returning a wildcard or value
- Next by thread: RE: Returning a wildcard or value
- Index(es):
Relevant Pages
|