D
Dale
I have a MS Access 97 database that I converted to MS Access 2000. I am
running this database on a Windows 2000 Professional system. The
database worked fine when it was in 97, but I am now experiencing an
error. My problem is that when I try to open the switchboard I get the
following error message.
Compile Error
User-defined type not defined
When the error occurs, it opens the switchboard module (which was
written by the switchboard manager) and highlights the following lines
of code in yellow:
Dim dbs As database
Dim rst As Recordset
I also get the same error on another portion of the code further on in
the application:
Dim appWord As Word.Application
Dim docWord As Word.Document
Can anyone give me a reason for this or suggest a possible solution to
correct it. Thanks in advance.
running this database on a Windows 2000 Professional system. The
database worked fine when it was in 97, but I am now experiencing an
error. My problem is that when I try to open the switchboard I get the
following error message.
Compile Error
User-defined type not defined
When the error occurs, it opens the switchboard module (which was
written by the switchboard manager) and highlights the following lines
of code in yellow:
Dim dbs As database
Dim rst As Recordset
I also get the same error on another portion of the code further on in
the application:
Dim appWord As Word.Application
Dim docWord As Word.Document
Can anyone give me a reason for this or suggest a possible solution to
correct it. Thanks in advance.