Solved List Query Results From Partial Entry (1 Viewer)

vcarrill

Registered User.
Local time
Today, 02:18
Joined
Aug 22, 2019
Messages
60
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.
 

theDBguy

I’m here to help
Staff member
Local time
Today, 01:18
Joined
Oct 29, 2018
Messages
21,474
Hi. In the criteria for the supervisor's name, try using something like this:
Code:
Like "*" & [Enter Supervisor Name] & "*"
Hope that helps...
 

vcarrill

Registered User.
Local time
Today, 02:18
Joined
Aug 22, 2019
Messages
60
Sir, you are seriously a legend! Thank you!!!
 

Users who are viewing this thread

Top Bottom