DukeS Posted January 7, 2005 Posted January 7, 2005 Hi! I have one table company and related tables employees, computers, vehicles, etc. I know how to create report to show data separately for each table for example computers: Company name Computers - Computer 1 - Computer 2 ... How can I create report that show all the data for one company like: Company name Employees - Employee 1 - Employee 2 ... Computers - Computer 1 - Computer 2 ... Vehicles ... Thanks
-Queue- Posted January 10, 2005 Posted January 10, 2005 I think the easiest way to do this is use an additional table and import all the desired records from the other tables (employees, computers, vehicles, etc.) Then you can sort and summarize by Company and Category (table type), print your report, and delete all records from the additional table. You could, of course, use multiple portals or multiple fields to hold different ValueListItem results instead, but I think it's easier and cleaner to use a 'holding' table instead.
Recommended Posts
This topic is 7258 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