B
BruceH
I'm developing an application on my Win2000 system and when
I run it on a target Win98 system running Access 2000 it stops
in a function on the line:
newStr= str(curRecord)
with the error:
Microsoft Visual Basic
Compile Error
Can't find project or Library
I have another application where the code that was automatically
generated makes use of str() such as:
rs.FindFirst "[ID] = " & str(Nz(Me![Combo144], 0))
Do I have to include something in my application for
the missing project/Library?
TIA
I run it on a target Win98 system running Access 2000 it stops
in a function on the line:
newStr= str(curRecord)
with the error:
Microsoft Visual Basic
Compile Error
Can't find project or Library
I have another application where the code that was automatically
generated makes use of str() such as:
rs.FindFirst "[ID] = " & str(Nz(Me![Combo144], 0))
Do I have to include something in my application for
the missing project/Library?
TIA