I have a table of people called “Roster”
Roster:
Mark
John
Sue
Betty
Which has some good information.
What I would like is a second table with the same rows:
Mark
John
Sue
Betty
That has different columns… and any time a new row is added to the Roster table, it gets added automatically to the exploded view table…
Is possible?