I am using VB6, CR8.5 and MS Access database. In my Crystal report Wlist.rpt i am using 2 tables from my Access database wl1 and wl2. How do I change both datasources using my vb application ???? they are tables from my database.
Printable View
I am using VB6, CR8.5 and MS Access database. In my Crystal report Wlist.rpt i am using 2 tables from my Access database wl1 and wl2. How do I change both datasources using my vb application ???? they are tables from my database.
are you using two database or two tables.
if it is two tables then here is the code
crystalreport1.datafiles(0)="c:\new\db19.mdb"
where crystalreport1 is the crystal report ocx control used
if this clears the prob please mail me at [email protected]