error 3265

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

Guest

i got this error just after trying to open my data base as well as trying the
backup copy. I can't open either up to check the code so was wondering if
there was any other way of getting around this error?
 
The error you are getting means some object is missing from the database. It
also appears that since it is happening when you open the database that there
is either a startup form identified or a macro named Autoexec which will try
to run when you open the database.
Try holding down the Shift key while you open the database. If someone has
not disabled bypasskeys, then it should open and you will be able to
troubleshoot the problem. Start by looking for a macro named Autoexec. It
there is one, see what it is running and trace through that. If there is no
Autoexec macro, then from the menu click Tools->Startup and see if there is
anything in the Display Form/Page: combo. If there is, then go into debug
mode and run that. You should be able to find where it is failing and what
object is missing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top