I'm having trouble getting the right syntax for a "like" criteria that needs to get information from a text box from a form. The syntax I've tried is:
Like "*" & ([Forms]![fLocCd]![txtLocCd]) & "*"
Like '& [Forms]![fLocCd]![txtLocCd]& '
Like [Forms]![fLocCd]![txtLocCd]
Nothing works.
Can anyone help?
Like "*" & ([Forms]![fLocCd]![txtLocCd]) & "*"
Like '& [Forms]![fLocCd]![txtLocCd]& '
Like [Forms]![fLocCd]![txtLocCd]
Nothing works.
Can anyone help?