I have a database application in which a group is modeled like this:
TABLE Group ( group_id integer primary key, group_owner_id integer ) TABLE GroupItem (
You might try to add an update rule to cascade changes.
Microsoft Links Foreign Key Relationships Dialog Box (see Update Rule) Grouping Changes to Related Rows with Logical Records