Bonsoir à tous,
j'execute ce petit code qui me donne une erreur d'exécution 20599 : Impossible d'ouvrir le serveur SQL
CrystalReport.Connect = App.Path & "\adhesion_assurance.mdb"
CrystalReport.ReportFileName = App.Path & "\Bulletin.rpt"
CrystalReport.Destination = crptToWindow
CrystalReport.WindowState = crptMaximized
If CrystalReport.PrintReport <> 0 Then
MsgBox CrystalReport.LastErrorString
End If
Merci pour votre aide