H
Hammond-Wandsworth
Hi,
I've been working on constructing a fairly complex database for some time
now and have run into a serious problem. With the database otherwise complete
I find that if another user on my network tries to access particular forms
from the title menu form an error box appears - Compile Error: Can't find
project or library' and in the background Visual Basic pops up. Highlighted
amongst the code is a section that looks like this:
Private Sub Form_Open (Cancel As Integer)
Dim Hold As Varient
Dim tmpKey As Long
Dim I As Integer
Dim rs As DAO.Recordset
Dim db As DAO.Database
Now my undertanding of VB is limited so this has lost me. My IT department
suggested it maybe something to do with people having different versions of
Access, however this happens whether the user has Access 97, 2000 or any
later version. The database was built using Access 2000. This presents a
problem as the database needs to be accessed by several users across the
network. This has got me very stuck - I hope somone can help.
I've been working on constructing a fairly complex database for some time
now and have run into a serious problem. With the database otherwise complete
I find that if another user on my network tries to access particular forms
from the title menu form an error box appears - Compile Error: Can't find
project or library' and in the background Visual Basic pops up. Highlighted
amongst the code is a section that looks like this:
Private Sub Form_Open (Cancel As Integer)
Dim Hold As Varient
Dim tmpKey As Long
Dim I As Integer
Dim rs As DAO.Recordset
Dim db As DAO.Database
Now my undertanding of VB is limited so this has lost me. My IT department
suggested it maybe something to do with people having different versions of
Access, however this happens whether the user has Access 97, 2000 or any
later version. The database was built using Access 2000. This presents a
problem as the database needs to be accessed by several users across the
network. This has got me very stuck - I hope somone can help.