Access switchboard cannot be re-opened after editing in design mod

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Each time I try to do any editing on my switchboard form, such as adding a
button and then save the form, it cannot be re-opened.
 
Gunny

Yes I did - it read - Compiler error and underneath "Error on loading DLL"

Keith
 
Hi, Keith.
it read - Compiler error and underneath "Error on loading DLL"

Ensure that the DAO and MSADO libraries are properly registered. To do so,
click the Windows Start button, and then click Run. If your DAO and MSADO
libraries are installed in the default directories, then use the following
command for the DAO library (otherwise, just replace the paths with your own
-- note this is all one line):

Regsvr32.EXE "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL"

Use the following command for the MSADO library (this is all one line):

Regsvr32.EXE "C:\Program Files\Common Files\system\ado\Msado15.dll"

If this doesn't help, then download and install the latest version of MDAC:

http://msdn.microsoft.com/data/downloads/updates/default.aspx#MDAC

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.
 
Hi, Keith.

I realize you didn't mention which version of Access you are using. If you
are using Access 97, then the default path and file name for registering the
DAO 3.51 library is (and this is all one line):

Regsvr32.EXE "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"

Sorry for any confusion.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.
 
Back
Top