I am trying to build a query form that searches for a close match, am using the following code, it pops up the parameter prompt but doesn't return any results....
SELECT *
FROM CompanyContacts
WHERE CompanyName LIKE Forms![CompanyContacts]![CompanySearch];