I am attempting the folling in an Update Query within an Access 2002 Database.
StrConv([member]![last name],1)
The table name is 'Member' and the field name "last name' and I am attempting to convert to UpperCase. This same language worked in Access 97 format.
But in this 2002 version I get the following error:
"Undefined function 'StrConv' in expression"
Any suggestions?
StrConv([member]![last name],1)
The table name is 'Member' and the field name "last name' and I am attempting to convert to UpperCase. This same language worked in Access 97 format.
But in this 2002 version I get the following error:
"Undefined function 'StrConv' in expression"
Any suggestions?