mda vs mdb

  • Thread starter Thread starter JonWayn
  • Start date Start date
J

JonWayn

Other than the file extensions, are there any functional differences between
Access databases and Access Add-ins?
 
JonWayn said:
Other than the file extensions, are there any functional differences
between
Access databases and Access Add-ins?

No. The file extension mda allows Access' add-in manager to distinguish
add-in files from 'ordinary' mdb files. The file is structured in exactly
the same way regardless of the extension. Add-in files must contain a table
called uSysRegInfo, which contains instructions as to where to place the
add-in's user interface, eg Tools menu or New form wizard etc. That's the
primary difference, which is all down to what values the developer places in
the table.

Some developers prefer to name library databases with the mda extension,
normally just to make the distinction visible.
 

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