Oct 14, 2020 08:16 AM
I have a table called Events and in it is a record called Monopoly Tournament
I have a table called Users and in it is a bunch of people that come to events
I have a table called Registrants and in it is a field for 2 things … 1) single linked event 2) single linked user (thus, there are multiple records for users who are coming to the Monopoly Tournament)
I have lots of registrants already coming and they want to have the same event the next week.
Is there a way to …
Thanks
Oct 14, 2020 08:43 AM
You cannot do this with a formula. However, it can be done with Scripting.
On the other hand, if this is a one-time duplication, you can go about this from the other end.
Oct 15, 2020 09:18 AM
Thanks Kuovonne,
It is going to be a regular occurrence so I will look into the scripting option. Thanks so much!!!