Re: Different version Access



so in this case, I will have my first MDB in 2000 and then follow your steps
in the 2003 version and save it in 2003 version. Then I will make 2003
version MDE and distrube 2003 MDE to 2003 users. Is that correct? It seems
like too many MDB and MDE copies and my database might corrupt anytime with
all the different versions going on at work. What is the best way to solve
this problem?

Thanks!
Allen Browne wrote:
Yes, you can use Start | Run to fire off the decompile line.
I prefer to open a Command prompt, and paste it in there.
I also keep a little text document on my desktop containing most of that
command so I don't have to type the whole thing every time.

Libraries are code-add-ins that provide additional functionality. You can
create your own COM object programmed in C or some other language if you
wish, and add it in. Nice idea, but since any one missing library prevents
any code from running, they are actually a royal pain to manage, and a good
way to break your database.

If your Access database has an extra library (beyond the 3 basic ones) and
you don't know what it's for:
1. Open a code window, and verify that it compiles (Debug | Compile.)
2. Go to Tools | References, write down the name of the spurious library,
and uncheck it.
3. Compile again (Step 1.)
If it compiles after the library is unchecked, you probably don't need it.

Your link helped me to get rid of that "Can't find project or library"
message yesterday; it was very helpful. Thank you so much!!!!
[quoted text clipped - 66 lines]
before,
so please help me to explain it in a simple language if possible.

--
Message posted via http://www.accessmonster.com

.



Relevant Pages

  • Re: TclKit, create standalone EXE, add Tcl library to Executable, Tcl_FSRegister?
    ... > i can create a C file that compiles and links against ... > and adds each file it finds to a database. ... Linking Tcl ... and specifically which libraries you're linking when it can't find ...
    (comp.lang.tcl)
  • Re: My library is gone! "There are no items in this library yet"
    ... something in the registry that didn't like something in the database and it may have taken the combination of the two to really break it. ... If there was a way to get this to the Windows Media Player product team, it could help in troubleshooting the high number of reportedly corrupt databases. ... Once I saw that WMP was rebuilding the .wmdb file, I exited WMP11 and swapped in my original CurrentDatabse_360.wmdb file. ... WMP11 isn't letting itself access or create any libraries, ...
    (microsoft.public.windowsmedia.player)
  • Re: My library is gone! "There are no items in this library yet"
    ... I had begun to formulate an opinion that rebuilding the database does not only fix a corrupted database but also could fix other configuration and settings. ... If there was a way to get this to the Windows Media Player product team, it could help in troubleshooting the high number of reportedly corrupt databases. ... Once I did this, Media Player got unsuck, and rebuilt the folder, along with the CurrentDatabase_360.wmdb file. ... WMP11 isn't letting itself access or create any libraries, ...
    (microsoft.public.windowsmedia.player)
  • Re: type mismatch - 13
    ... DAO library. ... When you convert a database file from an earlier version of Microsoft Access ... make sure that Microsoft Office 2007 Access ... libraries, dimension the objects explicitly as follows: ...
    (microsoft.public.access.modulesdaovba)
  • Re: 2000/2003 Reference Problems
    ... If you use only the essential libraries: ... Decompiling is a separate issue to references. ... >> Then compact the database: ... >> Tools | Database Utilities | Compile. ...
    (microsoft.public.access.modulesdaovba)