Access 97 on XP: Compile Error

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

Guest

I am trying to run a Access 97 db on XP Pro. From this message board, I have solved the notorious "No Lincense" & "No Memory" error messages. I thought I was home free.

Now I have a Compile Error: Can't find project or library

Access 97 takes me to a debugger & highlights the first line of the following
(I think its the Switchboard which I created with the wizard

Private Sub FillOptions(

Const conNumButtons =

Dim dbs As Databas
Dim rst As Recordse
Dim strSQL As Strin
Dim intOption As Intege

I am a complete db novice and don't have any idea how to debug this problem.
Can anyone point me in the right direction?
 
Access 97 takes me to a debugger & highlights the first line of the following
(I think its the Switchboard which I created with the wizard)

Private Sub FillOptions()

Const conNumButtons = 8

Dim dbs As Database
Dim rst As Recordset
Dim strSQL As String
Dim intOption As Integer

I am a complete db novice and don't have any idea how to debug this problem.
Can anyone point me in the right direction?
Hi,
On your toolbar in the debugger, go to tools->references. This will bring up
a list of libraries that are used. You probably have one marked as MISSING.
The easiest solution is if you have that library but a later version listed
in that list of libraries available. Uncheck the missing library and check
the replacement.
Marc
 
Stop the code?

References will be greyed out while code is running (or in a suspended
state).
 
Hi Anne!
Since you are using Access 97, and I want to teach myself
how to use Access, I am directing my question to you. How
did you learn Access? I can navigate ok and use MS Office
Suite at beginners stage. Access is new to me. WHere do I
start?
Thanks.
(e-mail address removed)

-----Original Message-----
I am trying to run a Access 97 db on XP Pro. From this
message board, I have solved the notorious "No Lincense"
& "No Memory" error messages. I thought I was home free.
 
Back
Top