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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reports

Status
Not open for further replies.

greatrohit

Programmer
Aug 24, 1999
14
CN
Is there a way to print a simple Report<br>
using Crystal Reports,in which there are<br>
three tables the contents of which have<br>
to be printed independently in a single <br>
Report without linking of any field.<br>
<br>
e.g.<br>
<br>
&lt; Field 1 of table 1 &gt;<br>
<br>
&lt;All Records of field 1 of Table 2 &gt;<br>
<br>
&lt;All Records of field 1 of Table 3 &gt; <br>
<br>
Table 1 , 2 & 3 are independent Tables not<br>
linked to each other.
 
1. Create a crystal report using the first table<br>
Include all the columns you need on the report<br>
<br>
2. Insert a subreport then include the columns you need for the second table (do not link the subreport since the two tables are not related)<br>
<br>
3. Insert another subreport for the third table and include the columns you need.<br>
<br>
That should work.<br>
<br>
Good luck<br>
Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top