G
Guest
I have an old Access 97 database that has the VBA command Format( aDate,
"ddd") that runs on one of my machines. And it used to run on my customer's
machines. But when they got their PCs replaced, adding a newer version
of Office, that command didn't work any more.
I went on their PCs and created a brand new database db1.mdb in Access97 and
found that the command Format( aDate, "ddd") does work, but not on the old
database when they open it up.
I checked the References and all matched, except for the MS CDO 1.2 Library,
which I then replaced with MS CDO for NTS (I've not tested this one yet).
But the code for the Format command resides in VBA332.DLL. I checked the
date of my VBA332.DLL and it was 7/10/1997 11:00 PM and theirs was 7/11/1997
12:00 AM. So I copied mine over into one of their PC. But that didn't
help- still Format was not recognized as a command.
Any help is appreciated.
Thanks.
"ddd") that runs on one of my machines. And it used to run on my customer's
machines. But when they got their PCs replaced, adding a newer version
of Office, that command didn't work any more.
I went on their PCs and created a brand new database db1.mdb in Access97 and
found that the command Format( aDate, "ddd") does work, but not on the old
database when they open it up.
I checked the References and all matched, except for the MS CDO 1.2 Library,
which I then replaced with MS CDO for NTS (I've not tested this one yet).
But the code for the Format command resides in VBA332.DLL. I checked the
date of my VBA332.DLL and it was 7/10/1997 11:00 PM and theirs was 7/11/1997
12:00 AM. So I copied mine over into one of their PC. But that didn't
help- still Format was not recognized as a command.
Any help is appreciated.
Thanks.