Hi, I tested the following code in debug window in Access 97: Mystring="Hello"
? replace(mystring, "No way"
It returned me an error message:
Run-time error: 438
Object doesn't support this property or method.
My Access 97 was installed from Microsoft Office 97 Professional Edition. In the Help Index, I use "Find" option to location "Replace", I found no Replace() function. Does it mean Access 97 doesn't support Replace() function? If no, how can I get Replace() function work? Please help, thanks a bunch in advance.
? replace(mystring, "No way"
It returned me an error message:
Run-time error: 438
Object doesn't support this property or method.
My Access 97 was installed from Microsoft Office 97 Professional Edition. In the Help Index, I use "Find" option to location "Replace", I found no Replace() function. Does it mean Access 97 doesn't support Replace() function? If no, how can I get Replace() function work? Please help, thanks a bunch in advance.