ptaylor-west
Registered User.
- Local time
- Today, 11:24
- Joined
- Aug 4, 2000
- Messages
- 193
This is a problem that I thought I had resolved previously.
I am trying to use 'Like' more than once in the same query so that it allows users to define the query using multiple selections.
First selection is a Post Code using the criteria:
Like [Enter Post Code Like NE20 or blank for all] & "*"
Second selection is Business Type using the criteria:
Like [Enter Business Type or blank for all] & "*"
and finally Salesman using the citeria:
Like [Enter Salesmans Name or leave blank for all] & "*"
When the query is run it comes up with a box for each 'Like' so that you can enter your selection and then produces the results, but it produces incorrect results (ususally a blank screen). Any ideas?
I need to have this in a query so that I can e-mail it as an update
I am trying to use 'Like' more than once in the same query so that it allows users to define the query using multiple selections.
First selection is a Post Code using the criteria:
Like [Enter Post Code Like NE20 or blank for all] & "*"
Second selection is Business Type using the criteria:
Like [Enter Business Type or blank for all] & "*"
and finally Salesman using the citeria:
Like [Enter Salesmans Name or leave blank for all] & "*"
When the query is run it comes up with a box for each 'Like' so that you can enter your selection and then produces the results, but it produces incorrect results (ususally a blank screen). Any ideas?
I need to have this in a query so that I can e-mail it as an update