Dim sRep As String
sRep = "RepStudentResults.rpt"
cr1.ReportFileName = App.path & "/" & sRep
cr1.WindowState = crptNormal
cr1.WindowWidth = 800
cr1.WindowHeight = 600
cr1.PrintReport
cr1.Reset


This is the code im ussing to retrieve a Crystal Report (ver 8.1) in a vb6 app. The Database i make use of is an access db that is password protected.
Im having difficulties to retrieve the report
Do i have to pass the Access pasword to Crystal somewhere or what?