How to build an EnumList

Despite some excellent information on creating child records from a parent from Steve and others, I'm in need of help getting over the line.

I have a form that captures a unique TRACK_UID number into a LOG table.

I have an ATTENDEES lookup table which has each ATTENDEE_UID and their assigned TRACK_UID.  Multiple ATTENDEE_UIDs can have the same TRACK_UID.

When I capture the TRACK_UID into the LOG table, I want to also add one row (to the LOG) for every ATTENDEE_UID that matches the TRACK_UID in the ATTENDEES table.

I'm struggling with building a list (EnumList?) to pass into the actions which will add the rows.

Pointers and suggestions much appreciated.

 

0 2 100
2 REPLIES 2