Solved List Query Results From Partial Entry

vcarrill

Registered User.
Local time
Yesterday, 18:43
Joined
Aug 22, 2019
Messages
62
Hello!

I have a table with fields that include supervisor and department.

I have a query with [Enter Supervisor Name]
Currently, I have to enter the Full Name in order to see the result, same issue with Department.

Appreciate the advice, thanks you.
 
Hi. In the criteria for the supervisor's name, try using something like this:
Code:
Like "*" & [Enter Supervisor Name] & "*"
Hope that helps...
 
Sir, you are seriously a legend! Thank you!!!
 

Users who are viewing this thread

Back
Top Bottom