mtownbound
Technical User
If I use regular text boxes and type any of the values, the query works properly. If I use combo boxes and select the values from the dropdowns, the query doesn't return any values. Here are the criteria I'm using for both the text fields and the combo boxes:
Like "*" & [Forms]![Form1]![txtCompany] & "*"
Like "*" & [Forms]![Form1]![Last Name] & "*"
Like "*" & [Forms]![Form1]![First Name] & "*"
Any ideas?
Thanks!!!
Like "*" & [Forms]![Form1]![txtCompany] & "*"
Like "*" & [Forms]![Form1]![Last Name] & "*"
Like "*" & [Forms]![Form1]![First Name] & "*"
Any ideas?
Thanks!!!