G
Guest
Tables: Workouts(Workout_ID, Date, Intensity
Exercise Types(Exercise_Type_ID, Exercise_Type_Name) - ex: Cardi
Exercises(Exercise_ID, Exercise_Name, Exercise_Type_ID) - ex: Bik
Workout Details(Workout_ID, Exercise_Type_ID, Exercise_ID
A workout includes more exercises of same type or different types
I have a form Workout which includes a subform WorkoutDetail. I want after I'm selecting an Exercise Type in the Exercise_Type_ID combo box (ex: Cardio), next to be able to select in the Exercise_ID combo box field only from values of the just selected exercises type
How can I do this
10x for any help !
Exercise Types(Exercise_Type_ID, Exercise_Type_Name) - ex: Cardi
Exercises(Exercise_ID, Exercise_Name, Exercise_Type_ID) - ex: Bik
Workout Details(Workout_ID, Exercise_Type_ID, Exercise_ID
A workout includes more exercises of same type or different types
I have a form Workout which includes a subform WorkoutDetail. I want after I'm selecting an Exercise Type in the Exercise_Type_ID combo box (ex: Cardio), next to be able to select in the Exercise_ID combo box field only from values of the just selected exercises type
How can I do this
10x for any help !