I have a query that sorts project numbers with a Mid expression:
Mid([tblProject.ProjectNumber],2,5)
The second and third numbers represent the year: -02----.
How can I use the query criteria to return records for only one year? Or does the >= statement belong in the Mid expression?
Help!
Margaret
Mid([tblProject.ProjectNumber],2,5)
The second and third numbers represent the year: -02----.
How can I use the query criteria to return records for only one year? Or does the >= statement belong in the Mid expression?
Help!
Margaret