Hi all,
I was hoping someone might know why the Left() function doesnt work in Access 2000, but does in Access97.
I have a query that is supposed to update a field, this query runs in Access 97, but when the database is opened in Access 2000(converted or not) I get an error message of "Function Left undefined" Here is the syntax:
UPDATE ShipmentDue SET Reference = Left([Reference], 6);
Thanks for any help
I was hoping someone might know why the Left() function doesnt work in Access 2000, but does in Access97.
I have a query that is supposed to update a field, this query runs in Access 97, but when the database is opened in Access 2000(converted or not) I get an error message of "Function Left undefined" Here is the syntax:
UPDATE ShipmentDue SET Reference = Left([Reference], 6);
Thanks for any help