G
Guest
Build a query with all ten fields plus another record
identifying field if it exists. As a criterion for the
first serial number field, enter:
Like "*"&[Serial number?]&"*"
As a criterion second field IN THE NEXT CRITERIA ROW,
enter EXACTLY the same string: Like "*"&[Serial number?]
&"*" (you can copy the first one and paste to make sure
you get an exact copy of the string).
Repeat for each field, placing the string in its own
criterion row. This is so the test will be an OR test
rather than and AND test. You may need to insert rows to
get a row for each field (Insert/Rows).
Access will treat [Serial number?] as a single parameter,
prompting only once. The record that matches any instance
will be returned.
Hope this works for you.
identifying field if it exists. As a criterion for the
first serial number field, enter:
Like "*"&[Serial number?]&"*"
As a criterion second field IN THE NEXT CRITERIA ROW,
enter EXACTLY the same string: Like "*"&[Serial number?]
&"*" (you can copy the first one and paste to make sure
you get an exact copy of the string).
Repeat for each field, placing the string in its own
criterion row. This is so the test will be an OR test
rather than and AND test. You may need to insert rows to
get a row for each field (Insert/Rows).
Access will treat [Serial number?] as a single parameter,
prompting only once. The record that matches any instance
will be returned.
Hope this works for you.