2
2Blessed4Stress
I'm using the value of a form to search but I'm having problems getting the
end result. If I was using a query my criteria would be: like "*2835? *".
This would look in the DESCRIPTION field and give me everything with just one
character after the number followed by a space and then everything else.
When I tried to use the same format using my form it doesn't work:
Like "*"*[Forms]![frm_PtNoSrch]![Part_number]&"?"&"*"
I also tried:
Like "*"*[Forms]![frm_PtNoSrch]![Part_number]&"_"&"*"
What am I doing wrong?
end result. If I was using a query my criteria would be: like "*2835? *".
This would look in the DESCRIPTION field and give me everything with just one
character after the number followed by a space and then everything else.
When I tried to use the same format using my form it doesn't work:
Like "*"*[Forms]![frm_PtNoSrch]![Part_number]&"?"&"*"
I also tried:
Like "*"*[Forms]![frm_PtNoSrch]![Part_number]&"_"&"*"
What am I doing wrong?