MSAccess - Exclusion Join w/Wildcard?
问题 I had good success (MSAccess - Query using a Table as Criteria) joining a Contacts table when Title matches a substring contained in an Include table using: SELECT Contacts.Title FROM Contacts INNER JOIN Include ON Contacts.Title like '*' & Include.String & '*'; I think I now need to go further and Exclude some titles, using an Exclude table. Examples: The above approach properly grabbed the "CEO", but also grabbed the "CEO Admin Assistant", which I do not want. The following is returning all