C
CAM
Hello,
In Access 2007 I get this error message - Undefine function "Right" in
expression. There are 12 digits in the AccountNumber I just want to get the
8 digits only from the right. See code below, but in Access 2002 I don't
get this error message? Why and how do I fix this?
SELECT tblChartOfAccounts.AccountNumber, Right([AccountNumber],8) AS
AccountNumbered, tblChartOfAccounts.Description,
tblChartOfAccounts.CostCenter
FROM tblChartOfAccounts;
Cheers
In Access 2007 I get this error message - Undefine function "Right" in
expression. There are 12 digits in the AccountNumber I just want to get the
8 digits only from the right. See code below, but in Access 2002 I don't
get this error message? Why and how do I fix this?
SELECT tblChartOfAccounts.AccountNumber, Right([AccountNumber],8) AS
AccountNumbered, tblChartOfAccounts.Description,
tblChartOfAccounts.CostCenter
FROM tblChartOfAccounts;
Cheers