bddewell408
Technical User
I have a table named tblOffender which contains a field strLastName.
I am trying to create a query based off of a form named frmOffenderVerificationEntry which contains an unbound text box named LastNameSearch.
I need a query to return all Last Names from tblOffender when a partial name is typed, ie...
LastNameSearch field on frmOffenderVerificationEntry="sm"
Results:Small, Smith, Smooth, Smut, Smythe, etc
This is the current criteria I have in my query, and it does not work:
Like "[Forms]![frmOffenderVerificationEntry]![LastNameSearch]*"
I have also tried Like "'"&[Forms]![frmOffenderVerificationEntry]![LastNameSearch]&"'"
Thanks in Advance for any help
Bryan
I am trying to create a query based off of a form named frmOffenderVerificationEntry which contains an unbound text box named LastNameSearch.
I need a query to return all Last Names from tblOffender when a partial name is typed, ie...
LastNameSearch field on frmOffenderVerificationEntry="sm"
Results:Small, Smith, Smooth, Smut, Smythe, etc
This is the current criteria I have in my query, and it does not work:
Like "[Forms]![frmOffenderVerificationEntry]![LastNameSearch]*"
I have also tried Like "'"&[Forms]![frmOffenderVerificationEntry]![LastNameSearch]&"'"
Thanks in Advance for any help
Bryan