Create a macro in the public N&A book that updates the group document all using a @dbcolumn on the People view of the N&A book. This macro can be run as a background macro daily. The lookup part of the macro looks like:
PeopleList := @DbColumn("";"";"People";1); Field Members := PeopleList;