2
2Blessed4Stress
I have a qry that uses a form as it's criteria. The user will enter a number
(ex. 945) and the qry should search in a memo field for 945 exactly. Their
may be a space before and/or after it but their may also be other symbols.
i.e /945 or &945 or 945, etc. I've tried:
Like "* " & " & [Forms]![frm_SrchDescForPart]![PartNumber] & " & " *"
but this only works if their is a space before and after the number. Any
suggestions?
(ex. 945) and the qry should search in a memo field for 945 exactly. Their
may be a space before and/or after it but their may also be other symbols.
i.e /945 or &945 or 945, etc. I've tried:
Like "* " & " & [Forms]![frm_SrchDescForPart]![PartNumber] & " & " *"
but this only works if their is a space before and after the number. Any
suggestions?