Problem opening database after conversion

F

FaShUnPhOtOg

Hey! As a workaround to my other problem mentioned in another post here, I
converted my Access 2000 db to Access 2002/2003 using the conversion tool
supplied in Access 2003. Everything appears to go well until I try to run
the db. When I click "Open" to open the db, I get a pop-up window with this
message:
Errorr Occurred -> #15 (Missing File). Clicking "Ok" stops the db from
running.

Does anyone have any idea how I determine which file is missing so I can fix
this problem?

Thanks,

M.
 
J

John W. Vinson

Hey! As a workaround to my other problem mentioned in another post here, I
converted my Access 2000 db to Access 2002/2003 using the conversion tool
supplied in Access 2003. Everything appears to go well until I try to run
the db. When I click "Open" to open the db, I get a pop-up window with this
message:
Errorr Occurred -> #15 (Missing File). Clicking "Ok" stops the db from
running.

Does anyone have any idea how I determine which file is missing so I can fix
this problem?

Thanks,

M.

Try opening the database while holding down the Shift key to bypass any
startup software. Type Ctrl-G to open the VBA editor, and select Tools...
References. Are any references marked MISSING?

If so try noting what's being referenced (write it down): then uncheck that
reference; close and reopen the database, and see if things still work. If
not, ctrl-G again and try rechecking that reference to force Access to relink
it.

John W. Vinson [MVP]
 
Top