VIPPY Posted May 4, 2006 Posted May 4, 2006 I have 2 separate tables that I need to include in a report. Putting table 1 fields into the part "Body" works as should and shows all found records from table 1. I have experimented using different parts for table 2, and the most I can get to work is to show only the first record from table 2. What's the best way to accomplish what I trying to do?
John Mark Osborne Posted May 4, 2006 Posted May 4, 2006 What's the relationship between the two tables? Is it a one-to-many from Table 1 to Table 2? If so, you need to create the report showing records from Table 2. Place the fields from Table 2 in the Body part. You can use a subsummary part sorted by some field from Table 1 and place any fields you want from Table 1 in there. For example, if you have Companies and Employees tables, you would create a layout showing records from Employees, with Employee fields in the Body part. You could create a subsummary part by Company Name and place the Company Name field in the subsummary part. When you sort by the Company Name field and preview or print (not browse), you'll see a listing of each company in alphabetical order with employees listed below each company. You can even include a summary field to total the number of employees. But, without more information on how you want your report to look, it will be impossible to help you more.
VIPPY Posted May 5, 2006 Author Posted May 5, 2006 Wow, awesome... that worked wonders. Now the problem is what if I want to show headers/"field labels" above companies AND employees?
John Mark Osborne Posted May 5, 2006 Posted May 5, 2006 Headers for employees should go into the subsummary part so it displays the header once above the list of employees. I'm not sure you need a header for the companies since it should be clear from the content. Besides, having headers for employees and companies could get confusing.
Recommended Posts
This topic is 6768 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now