Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Err.Number
Message
De
08/01/1999 06:45:57
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Err.Number
Divers
Thread ID:
00173951
Message ID:
00173951
Vues:
73
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
Répondre
Fil
Voir

Click here to load this message in the networking platform