Article ID: 114682
Article Last Modified on 5/6/2003
APPLIES TO
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
This article was previously published under Q114682
SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
This article describes two methods for editing Microsoft Access library
databases using Microsoft Access versions 1.x and 2.0.
A library database is a database that contains a collection of database
objects that can be loaded automatically when you start Microsoft Access.
You specify that a database is to be loaded by adding its name to the
[Libraries] section of the MSACCESS.INI (version 1.x) or MSACC20.INI
(version 2.0) file, or by installing it using the Add-in Manager (version
2.0). Library database files usually have .MDA extensions.
Because library databases are loaded when Microsoft Access starts, you
cannot open them directly for editing. If you try to do so, you will
receive an error message similar to:
The database 'c:\access\filename.mda' is already open as a library
database
REFERENCES
Microsoft Access "Building Applications," version 2.0, Chapter 15, "Using
Library Databases and Dynamic-Link Libraries"
Keywords: kbhowto kbprogramming KB114682