Access97 File Conversion

  • Thread starter Thread starter geri
  • Start date Start date
G

geri

I have a program that functions fine in Access97. I have
a friend that wants to run it on Access2003. We put the
program on her computer, and 'ran' it from Access2003. In
both the case 'Don't Convert' or 'Convert', the program
returns a "can't do, corrupted file". It provides no key
to where the breakdown is. Is there a way of moving
incrementally to find out where the problem is?
tnx
 
Do a compile on the application in Access 97 (with any code module open,
select Debug | Compile and Save All Modules from the menu bar).

Even if the application appears to work properly, there can still be errors
in parts of the code that aren't being invoked.
 
Back
Top