Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
varunm
Starting Member
25 Posts |
Posted - 2006-09-19 : 23:30:38
|
I have a problem,where I have 5 tables with different columns(which are not related),from this I have to generate SQL report.Any help............. |
|
JoeNak
Constraint Violating Yak Guru
292 Posts |
Posted - 2006-09-20 : 08:28:28
|
You can have multiple datasets (unrelated) within a report. You can also have multiple report objects and set each object to a different dataset.Hopefully that gets you going in the right direction. |
|
|
|
|
|