Populate table on new entry in another table.

I have 3 tables:

  1. events
  2. members
  3. events_participants
    1. ref_event_key
    2. ref_member_key

I would like to be able to automatically populate an event with all members at creation. Meaning it requires to add multiples lines to events_participants.

Is it possible?

Hi @Meyverick

Yes it’s possible.

Here is a simple sample app for looping:

EnumList_Bouclage

2 Likes