I know to use VB, Access and Crystal Report such as:
Private Sub Command1_Click()
cr1.DataFiles(0) = [Access/.MDB file]
cr1.ReportFileName = [Cystal report/.RPT file]
cr1.Destination = crptToWindow
cr1.Action = 1
End Sub
But how if the .MDB contains a password?
Urgently need ur help
Regard,
Sigit
Private Sub Command1_Click()
cr1.DataFiles(0) = [Access/.MDB file]
cr1.ReportFileName = [Cystal report/.RPT file]
cr1.Destination = crptToWindow
cr1.Action = 1
End Sub
But how if the .MDB contains a password?
Urgently need ur help
Regard,
Sigit