Greetings,
I am using Access 2000 and have been using the expression builder to create a filter on my serial number field, as follows:
Left ([SER_CODE] , 4) = "0103"
It gives me an error message: "the expression contains invalid syntax", etc.., or it says "the expression you entered contains an invalid . (dot) or ! operator or invalid parenthesis". I've tried it every which way:
Left ([FSREPORT]![SER_CODE] , 4) = "0103"
Left ([FSREPORT]![SER_CODE] . 4) = "0103"
Nothing seems to work. Any ideas?
Thanks, Bill
I am using Access 2000 and have been using the expression builder to create a filter on my serial number field, as follows:
Left ([SER_CODE] , 4) = "0103"
It gives me an error message: "the expression contains invalid syntax", etc.., or it says "the expression you entered contains an invalid . (dot) or ! operator or invalid parenthesis". I've tried it every which way:
Left ([FSREPORT]![SER_CODE] , 4) = "0103"
Left ([FSREPORT]![SER_CODE] . 4) = "0103"
Nothing seems to work. Any ideas?
Thanks, Bill