What is this and how do I do it?

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

I have a database with existing tables from another user.
It appears that these tables are nested within each other.
The first table has a plus sign for each record. When the
plus sign is pressed, a second table appears with records
that relate to that record. Each record in the nested
table also has plus signs that when clicked reveal yet
another table with more records that relate to that
record. My question is how are they linked to create this
nesting and how many levels can I nest? Thanks,

Dennis
 
Dennis,

These are called SubDataSheets and can be nested
up to 8 levels. They appear automatically (unless you
specify not to use them) for tables on the "one" side in
one-to-one and one-to-many relations.

If you look that word in Help, you should get the info
you seek.
 
Back
Top