Jump to content

Sub-Summaries vs Portals vs List Functions


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

Recommended Posts

Posted (edited)

I do a lot of work with database structures with simple series of one-to-many parent-child tables like:

Room > Shelf > Box > Item

Let's say I want to allow a user to print out a report that inventories the entire contents of their storage facility, which contains several rooms, etc. (Each Item is in a box on a shelf in a room).

I'm finding that my head is spinning a bit with several ways of accessing parent-child data.

Should I be creating a List (Field) function on each table that returns a nice list of its child records that can in turn be combined in a List (Field) calc on the next-higher level?

Or should I be creating a multi-part layout with leading and sub summaries to stack up the 4 tables? (And would I put that in the context of the Item level, or the Room level?)

Or should I be doing some sort of fancy portal-within-a-portal layout that I've never tried before?

I'm kinda thinking the series of List functions would be cleanest -- but maybe I'm just shying away from the whole multi-part reporting thing, which I've done before but always seem to give me a headache puzzling it out. . ..

Suggestions?

Albert

Edited by Guest

This topic is 5608 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.