954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Datas from different tables in one crystal report..

Let, i have a msàccess db with 3 tables having 'cost' field in all of them . Now in my report i want to
1) Show the sum of costs of indivisual table under the heading of each table (let $3000 for every table) &
2) show the sum of all the sum value of individual tables (here it would be $9000) at the bottom of the page under 'total' heading. How can i do it? Plz help me.

shahriar2403
Light Poster
29 posts since Jun 2007
Reputation Points: 10
Solved Threads: 0
 

Use LEFT JOIN command in your SQL Query to combine all the 3 tables.

ryan_vietnow
Posting Pro
578 posts since Aug 2007
Reputation Points: 28
Solved Threads: 71
 

Use suitable joins to retrive data from multiple tables.

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

Would you plz kindly give some coding with example. Actually i am new in it. If da example is close to my problem that would be very much appreciable...

shahriar2403
Light Poster
29 posts since Jun 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You