Why do I get errors when running documenter?

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

Guest

I created a database and then printed the documentation using Analyze,
Documenter. I also ran the performance analyzer and added the indexes that
were suggested. Afterwards I could not open any tables, forms etc. So I
removed the indexes and then was able to open all tables, forms etc. Now when
I try to run the documenter I get the following error:
Table 'doc_tblObjects' already exists.

I also get the error that the application is not saved in a fully compiled
state. How do I do that?

Lori
 
Hi Lori,

you may need to decompile your database if it has errors

'~~~~~~~~~ Decompile ~~~~~~~~~

to decompile the database

make an icon with this as its target:

"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
"C:\path\filename.mdb" /decompile

if your Access program is not located in the directory
specified, make the appropriate substitution

after you decompile, compile it if you have any code and
then do compact/repair

'~~~~~~~~~ Compile ~~~~~~~~~

Whenever you change code or references, your should always
compile before executing.

from the menu in a module window: Debug, Compile

fix any errors on the yellow highlighted lines

keep compiling until nothing happens (this is good!)


Warm Regards,
Crystal
Microsoft Access MVP 2006

*
Have an awesome day ;)

remote programming and training
strive4peace2006 at yahoo.com

*
 
Back
Top