Need help with MS Access Addins

R

Rob Diamant

Can anyone point me in a good direction on how to properly build one. I am
trying to create an Addin that will simplify my connecting to multiple SQL
Server database. I tried following the steps on MS KB without any success.

I have a function called SetDBConnection and my USysRegInfo table contains:

Subkey | Type | ValName | Value
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 0 | |
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Expression |
=SetDBConnection()
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Library |
|ACCDIR\DBConnection.mde
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Version | 1

Any help would be appreciated.

Rob
 

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

Top