Access 97 string functions 'broken' after windows upgrade

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Access 97 (yes, still) application which was developed on a Windows
NT machine. I've upgraded my development PC to Windows XP and now I'm getting
errors wherever the Format(), Left(), etc. functions appear in reports.

I'm sure I've had something very similar before (possibly with Excel) and
the solution was to clear and reinstate the VBA reference because it was
something to do with broken binary compatibility on the related DLL, but of
course Access 97 won't let you drop a built-in reference.

Can anyone please suggest a fix?
 
Back
Top