I am trying to use Access VBA to apply a simple string Filter to my Form. My code includes the following syntax:
I am looking to execute a Contains filter. Is the proper syntax? Sometimes it seems to work, but it is not consistent in which records it is filtering.Code:CONTACT_LASTNAME like '%" & strLastName & "%'"