W
wschlichtman
I would like to create a database that associates a particular physical
exercise to the muscles that are being worked, and vice-versa.
I.e., if I select an exercise from a dropdown box, the database would
display the muscle(s) that are being developed from the exercise. Also, if I
select a muscle group to develop, the application would display the exercises
that could be used to work that particular muscle.
E.g.:
Seleted Exercise: Lat pulldown
Muscles worked: Latissimus Dorsi, Biceps
Selected Muscle: Biceps
Exercises: Lat pulldown, Bicep curl, Dumbbell preacher curl, etc.
Any table/relationship design help would be greatly appreciated.
exercise to the muscles that are being worked, and vice-versa.
I.e., if I select an exercise from a dropdown box, the database would
display the muscle(s) that are being developed from the exercise. Also, if I
select a muscle group to develop, the application would display the exercises
that could be used to work that particular muscle.
E.g.:
Seleted Exercise: Lat pulldown
Muscles worked: Latissimus Dorsi, Biceps
Selected Muscle: Biceps
Exercises: Lat pulldown, Bicep curl, Dumbbell preacher curl, etc.
Any table/relationship design help would be greatly appreciated.