jre1229
Jan 22nd, 2007, 07:58 AM
Hi,
I built a report that currently pulls from one table and uses the following code to populate it.
Dim cr As New ReportDocument
cr.Load(strAppPath & "\Reports\SchDaysPerDept.rpt")
cr.SetDataSource(ds.Tables("tblVacationTaken"))
CrystalReportViewer1.ReportSource = cr
How can I populate this if the data is from two tables?
Thanks
I built a report that currently pulls from one table and uses the following code to populate it.
Dim cr As New ReportDocument
cr.Load(strAppPath & "\Reports\SchDaysPerDept.rpt")
cr.SetDataSource(ds.Tables("tblVacationTaken"))
CrystalReportViewer1.ReportSource = cr
How can I populate this if the data is from two tables?
Thanks