Jump to content

Printing from multiple related tables


TDavidson

This topic is 5535 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am creating a database to keep track of large vessel inspections and hit a snag on the reporting. The database consists of the following tables:

1-Equipment: Equipment information

2-Inspections: Summary of results/conclusions

3-Areas: Detailed results for each area (manhole)

4-Problems: Problems that need action

5-Recommendations: Recommendation for each problem

I tried to create a subsummary report with the layout showing records from "recommendations". Snag is that sometimes I do not have any problems or recommendations. When this happens, the information in the "areas" and "inspection" subsummary does not show up (obviously).

Any ideas?

Thanks,

Thomas

Link to comment
Share on other sites

A portal to the related table is a one way to create related records. The relationship must be set to allow creation of related records. Another is a button which runs a script, which copies the record ID to a variable, then go a layout for the related table, create a new record, set the foreign key to the variable, return to original layout and go to the new portal row.

I usually use the latter.

Link to comment
Share on other sites

This topic is 5535 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.