Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Err.Number
Message
From
08/01/1999 06:45:57
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Err.Number
Miscellaneous
Thread ID:
00173951
Message ID:
00173951
Views:
72
anybody can help me .. I can not trap the error number .. for this error message : "The Microsoft jet Database Engine could not find the object "MyData". Make sure the object exist and that you spell it's name and the path name correctly" .. I try to use this following command :

Private Sub Form_Load()
On Error GoTo Errorload
workingdir = CheckWorkDir()
MyData.DatabaseName = workingdir
Exit sub
Errorload:
msgbox err.number
End Sub
Reply
Map
View

Click here to load this message in the networking platform