Hello friends, I am old programmer of basic and c, c++. I used to produce reports in text files previously. Now I am reporting using Crystal Report 4 shipped with VB5 Setup. I have been reporting all the reports of Access 97 version but I need to is report data of Access 2000 format. Previously I used to : Crpt.ReportFileName="ABC.Rpt" Crpt.Datafiles(0)="DatabaseName" Crpt.Password=pwd Crpt.formulas(0)="XXX" ... ... Crpt.formulas(n)="XXX" Crpt.Action=1
What code should I need to write to open or logon to Access 2000 File from VB Code.