File not Found after converting Access 2000 db to 2007

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

Guest

When I converted a particular Access 2000 db to the new .ACCDB format, I get
'File Not Found'. There is no number, just the message. I have tried
opening the unconverted file in Access 2007 without any problems. It's only
after converting it.
I have tried to use Sysinternal's FileMon program to see if I can determine
the missing file, but I haven't had any success.
Any help would be appreciated.
 
If there is a connected back-end, that may be the problem. It may however be
code failing. Go into design view of the module and set a breakpoint to
debug the problem.
 
Back
Top