i would like to use a wildcard search in a prompt window for a query
As criteria on the search field:
To find the search value anywhere in the field:
Like "*" & [Search for what?] & "*"
To find the search value only at the beginning of the field:
Like [Search for what?] & "*"
To find the search value only at the end of the field:
Like "*" & [Search for what?]