|
-
Jun 4th, 2006, 05:19 AM
#1
Thread Starter
Member
Change datasource in CR8.5
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.
-
Jun 5th, 2006, 09:41 PM
#2
Junior Member
Re: Change datasource in CR8.5
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|