Libraries Section

This section of the .INI file tells Microsoft Access to load your Add-in database as a library when Microsoft Access is launched. You must have an entry here for your Wizard to work. For example:


[Libraries]
MYLIB.MDA=rw

The flag ro or rw indicates whether the library will be opened read-only or read-write. Use read-write only if you need to write to tables in your add-in database.