jake7363
Technical User
- May 31, 2006
- 56
Hi,
My database includes a JobNo field that is masked to appear as "06-01-0234". I am trying to set up a parameter query that allows me to just search for the last four numbers.
I am using
LIKE [Find] & "*"
then enter "0234", it does not pull up the record.
If I use the entire text of "06-01-0234" it will pull up the record.
What am I missing?
Thanks in advance,
Jake
My database includes a JobNo field that is masked to appear as "06-01-0234". I am trying to set up a parameter query that allows me to just search for the last four numbers.
I am using
LIKE [Find] & "*"
then enter "0234", it does not pull up the record.
If I use the entire text of "06-01-0234" it will pull up the record.
What am I missing?
Thanks in advance,
Jake