J
Joe Rigley
Please Help,
I have an MS Access 97 DB that was developed by someone who no longer works
at my company. Many, if not all, of the standard VBA functions like Left(),
Mid(), IsNull() and such in the code behind page of the Form are not being
recognized.
Inorder for the form to run, I have to prefix these functions with "VBA.".
Therefore, they look like this:
Dim strTmp as String
strTmp = VBA.Left(strName,8)
or
If Not VBA.IsNull(txtMRN) then
....
end if
Can anybody tell me WHY this is happening and how I can resolve this
issue??? I checked the References in the code behind page of the form and
"Visual Basic for Applications" is checked.
I am running the DB on Win2003 Svr Standard edition. The db was developed
using the Access 97 Developer's Tool Kit (if that makes any difference).
Any and all comments are welcomed.
Thanks,
-Joe
I have an MS Access 97 DB that was developed by someone who no longer works
at my company. Many, if not all, of the standard VBA functions like Left(),
Mid(), IsNull() and such in the code behind page of the Form are not being
recognized.
Inorder for the form to run, I have to prefix these functions with "VBA.".
Therefore, they look like this:
Dim strTmp as String
strTmp = VBA.Left(strName,8)
or
If Not VBA.IsNull(txtMRN) then
....
end if
Can anybody tell me WHY this is happening and how I can resolve this
issue??? I checked the References in the code behind page of the form and
"Visual Basic for Applications" is checked.
I am running the DB on Win2003 Svr Standard edition. The db was developed
using the Access 97 Developer's Tool Kit (if that makes any difference).
Any and all comments are welcomed.
Thanks,
-Joe