|
-
Nov 9th, 2005, 02:46 AM
#1
Thread Starter
Addicted Member
multiple datasources for a datareport?
how can i create a report where in data are located in different recordsets or tables?
i tried this one but it did'nt gave me the result expected:
for 2 TABLES:
Dim Rst As New ADODB.Recordset
MyQuery = "select * from spdr1017d, totrefund"
Set Rst = con.Execute(MyQuery)
Set DR40KWSRC.DataSource = Rst
DR40KWSRC.Show vbmodal
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
|