Here’s an idea:
Create three tables:
Customers
Workouts
LINKER
Linker has two fields:
LinkName (Single Line Text)
Workouts (Link to the workouts table. Allow linking to multiple)
This table gets one record only. Name it “LINKALL”. Every time you add a new workout, add it to this record:
![image image](/t5/image/serverpage/image-id/5927i08D63520B403FBED/image-size/large?v=v2&px=999)
In Customers, add two new fields:
Linker (Link to the Linker table)
All Workouts (Lookup field: Look up the workouts from Linker)
![Screen Shot 07-21-20 at 05.41 PM Screen Shot 07-21-20 at 05.41 PM](/t5/image/serverpage/image-id/5926i5713A6D69153AEB0/image-size/large?v=v2&px=999)
Each customer’s Linker Field should be linked to that one record in Linker. It will then pull in all of the workouts.
![image image](/t5/image/serverpage/image-id/5931i953F1278BC0AACC5/image-size/large?v=v2&px=999)