We have recently changed from Office2003 to Office 2007
Generally most Access 2003 mdbs open fine, but in a couple (used for label production) there are (non VBA) queries that includes formulae that uses the StrConv function.
As an example the simplest of these is:
FullName: StrConv(Trim([forename])+" "+[surname],3)
Whenever these are run we get an "Unidentified function "StrConv" in expression" error.
Tried converting from MDB to ACCDB but got same error, so rebuilt the expression using the expression builder, but, even though StrConv is there, still get same result.
Have checked the Microsoft Access 12.0 Object Library is checked in the VBA\Tools\References dialog.
I assume it must be a settings error.
Can anyone give me a clue as to the reason it is happening?
Thanks
Roger
Generally most Access 2003 mdbs open fine, but in a couple (used for label production) there are (non VBA) queries that includes formulae that uses the StrConv function.
As an example the simplest of these is:
FullName: StrConv(Trim([forename])+" "+[surname],3)
Whenever these are run we get an "Unidentified function "StrConv" in expression" error.
Tried converting from MDB to ACCDB but got same error, so rebuilt the expression using the expression builder, but, even though StrConv is there, still get same result.
Have checked the Microsoft Access 12.0 Object Library is checked in the VBA\Tools\References dialog.
I assume it must be a settings error.
Can anyone give me a clue as to the reason it is happening?
Thanks
Roger