S
Steve S
When I use the InSrtRev function on one pc I get the expected results. When
I run the very same code on another pc it get an error.
SQL
SELECT [TblC].[Name], InstrRev([Name]," ") AS [Length of Last Name]
FROM TblC;
Error
Undefined function in "InstrRev" expression.
Running Access 2000 (9.0.6926 SP-3) on both pcs
What am i missing here?
I run the very same code on another pc it get an error.
SQL
SELECT [TblC].[Name], InstrRev([Name]," ") AS [Length of Last Name]
FROM TblC;
Error
Undefined function in "InstrRev" expression.
Running Access 2000 (9.0.6926 SP-3) on both pcs
What am i missing here?