Good morning, I have a query that has [Forms]![FORM NAME].[FIELD NAME] that works well when the user enters the exact information. I would like for it to bring back partial matches so I tried Like [Forms]![FORM NAME].[FIELD NAME] & "*" & even tried Like *[Forms]![FORM NAME].[FIELD NAME]* but the query just runs & in the 2nd case it doesn't work. Does anyone know how I can edit this deal so it can bring back partial matches???
Bookmarks