P
PE
I have created a query and would like to select records based on the
following criteria:
Select all records where the field has "holiday" or "vacation" but exclude
those which have "public holiday".
Is it possible to put the criteria on one line or would I have to use two
lines -
Like "Holiday*" And Not Like "Public Holiday*"
Like "vacation*"
Al
following criteria:
Select all records where the field has "holiday" or "vacation" but exclude
those which have "public holiday".
Is it possible to put the criteria on one line or would I have to use two
lines -
Like "Holiday*" And Not Like "Public Holiday*"
Like "vacation*"
Al