OVH Cloud OVH Cloud

DoCmd.RunCommand acCmdConvertDatabase

1 réponse
Avatar
Jean-Claude Meuterlos
Lorsque j'éxécute :

Private Sub Modifier_Click()
Dim Bdd as DataBase
Set Bdd = OpenDatabase(NomBddModif)

DoCmd.RunCommand acCmdConvertDatabase

Bdd.Close
Set Bdd = Nothing

End Sub




j'ai une erreur d'éxécution '2046':

"La commande ou l'action 'ConvertirBase' n'est pas disponible pour
l'instant"

1 réponse

Avatar
Philippe Pham Minh
Bonjour,

A vérifier si tu es dans le cas décrit dans la fiche ci-dessous:
BUG: Error Message 2046 Calling OpenForm or OpenReport with Access
http://support.microsoft.com/?id$4695

Philippe

"Jean-Claude Meuterlos" a écrit dans le message de
news:bfoqrm$2h3$
Lorsque j'éxécute :

Private Sub Modifier_Click()
Dim Bdd as DataBase
Set Bdd = OpenDatabase(NomBddModif)

DoCmd.RunCommand acCmdConvertDatabase

Bdd.Close
Set Bdd = Nothing

End Sub




j'ai une erreur d'éxécution '2046':

"La commande ou l'action 'ConvertirBase' n'est pas disponible pour
l'instant"