i already figure this out... hehehehe.. but my next problem is when im coding in vb6 to view the sub reports... here's my codes
---------------------------------------------------------
With Report
.Database.SetDataSource rs5
.OpenSubreport("1.rpt").Database.SetDataSource rs5
.OpenSubreport("2.rpt").Database.SetDataSource rs6
.OpenSubreport("3.rpt").Database.SetDataSource rs14
.PaperOrientation = 2
.PaperSize = 2
.DiscardSavedData
End With
---------------------------------------------------------
i got this error:
http://i41.tinypic.com/20ztblw.jpg