bddewell408
Technical User
Like "*" & Between [forms]![frmSearchMenu]![txtBeginAge] And [forms]![frmSearchMenu]![txtEndAge] & "*"
this is the criteria I have in my query, it does not work
I have an unbound form that includes 7 unbound fields that can be typed into to search for a list a results that will appear in a list box, including
txtLast Like "*" & [Forms]![frmSearchMenu]![txtLast] & "*"
txtFirst
txtMiddle
txtBeginAge
txtEndAge
txtSex
txtRace
unfortunately that same syntax is not working for the query with the BETWEEN statement
Any help would be greatly appreciated.
Bryan
this is the criteria I have in my query, it does not work
I have an unbound form that includes 7 unbound fields that can be typed into to search for a list a results that will appear in a list box, including
txtLast Like "*" & [Forms]![frmSearchMenu]![txtLast] & "*"
txtFirst
txtMiddle
txtBeginAge
txtEndAge
txtSex
txtRace
unfortunately that same syntax is not working for the query with the BETWEEN statement
Any help would be greatly appreciated.
Bryan