|
-
Dec 13th, 2005, 02:00 AM
#1
Thread Starter
Lively Member
how to use more then one record set in a data report.
I am using Datareport of vb and geting value through this code.
dim rs as new ADODB.recordset
rs.open "select * from table",con
set Datareport1.datasource=rs
datareport1.show
its work well
Now I want to use one more reocrd set for sum up some data as well what I have to do for this.
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
|