Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

crystal reports setting datasource for multiple tables

Status
Not open for further replies.

paulcooke

Programmer
Dec 11, 2003
35
GB
Hello got a crystal report that uses 9 tabltes but passing in the daataset thorough to report but not showing the data. Is there anything special you need to do to set multiple tables datasource?
 
Check the table linking in the Crystal Report itself.

I have something similar where I pass in 4 tables, only one of which is for the detail band naturally. What I did was to create an extra field in each table called rep_id, and set it to 1. Then go to the table links in the CR, and relate all the tables from the table used in the detail band.


Sweep
...if it works dont f*** with it
...if its f****ed blame someone else
...if its your fault that its f***ed, say and admit nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top