Hi I am trying to use SUBSTRING in a query but every time I try to go to the Datasheet view I get "Undefined Function 'SUBSTRING' in expression.
see below as an example,
select CLIENT.[cl:client_id]
,substring((CLIENT.[cl:client]),1,20)
from CLIENT
I am using Access 2002.
Having used SQL against Oracle Databases for several years I am confused.
Thanks
see below as an example,
select CLIENT.[cl:client_id]
,substring((CLIENT.[cl:client]),1,20)
from CLIENT
I am using Access 2002.
Having used SQL against Oracle Databases for several years I am confused.
Thanks