G
Guest
I'm trying to run a multiple parameter query to search 1 field and bring up 3
search results.
The field is text and it looks like this: 024-001-006
I would like it to bring up approximately 3 different results but pull only
the 1st three numbers in the field.
Like all records starting with 023, 024, 025. I built the query below and
it will bring up only 1 parameter search - not the other 2 parameter
searches.
Like [Enter category] & "*" And Like [Enter Category] & "*" Or Like [Enter
Category] & "*"
I tried this query below:
Like "*" & [Enter subject No] & "*" Or Like "*" & [Enter Next No] & "*" Or
Like "*" & [Additional Subject] & "*"
But it brings up every thing - like 001-023-001 - I'm just looking for it to
pull the 1st three numbers of the field.
search results.
The field is text and it looks like this: 024-001-006
I would like it to bring up approximately 3 different results but pull only
the 1st three numbers in the field.
Like all records starting with 023, 024, 025. I built the query below and
it will bring up only 1 parameter search - not the other 2 parameter
searches.
Like [Enter category] & "*" And Like [Enter Category] & "*" Or Like [Enter
Category] & "*"
I tried this query below:
Like "*" & [Enter subject No] & "*" Or Like "*" & [Enter Next No] & "*" Or
Like "*" & [Additional Subject] & "*"
But it brings up every thing - like 001-023-001 - I'm just looking for it to
pull the 1st three numbers of the field.