Ive trawled through here looking for a solution but i cant find exactly what i need. Im trying to put togehter a query that uses the 'Like' statement, but i cant seem to work it out. This is what im trying to use:-
WHERE (((tblPRData.PRNumber) Like [Forms]![frmMyWork]![frmMyWorkPRList].[Form]![Text14] & "*"));
But i keep getting syntax error-missing operator.
I want the query to check a text box on a form and use the contents of the text box as the the begining part of the criteria.
"Children are smarter than any of us. Know how I know that? I don't know one child with a full time job and children."...Bill Hicks
WHERE (((tblPRData.PRNumber) Like [Forms]![frmMyWork]![frmMyWorkPRList].[Form]![Text14] & "*"));
But i keep getting syntax error-missing operator.
I want the query to check a text box on a form and use the contents of the text box as the the begining part of the criteria.
"Children are smarter than any of us. Know how I know that? I don't know one child with a full time job and children."...Bill Hicks