Ok here's how I did it,
Dim Report As New CrystalReport1
Dim rptCNN As New ADODB.Connection
Dim rptRS as New ADODB.Recordset
Private Sub Form Load()
Set rptCNN = New ADODB.Connection
Set rptRS = New ADODB.Recordset
rptCNN.Open "your connection details go in here"
rptRS.Open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.