I'm posting this in the Sample Database Section, so that anyone that wants to use/modify this for their own purposes can. Note that on open, the main page has 3 labels that act like web page links. These are labels that I've coded to act like command buttons, and to look like Internet links. I've put together what code is in this with help from this website and a couple of others, and if I did not reference it in the code, I'll state here that I had a LOT of help with it by using these forums.
There is a form for weight lifting workouts. If you're using this for tracking gym clients, you'll need to add to the underlying main query of this form. It will need gym client field(s) or something, so that in the workout form, you can set up a combo box to choose a gym client. I set up 2 sychronized subforms on this main workout form. One keeps the exercises used, using a combobox list to choose exercises. I left my list in this, and it is set up to let you add new exercises to the list through code on the "Not IN List" property of the combobox. The other subform is linked to the exercises subform. In it, you put sets, reps, and weight used. To do this for each workout, click on an exercise in the exercise subform, and then either "Alt-Tab" to go to the sets/reps subform or just click directly on the sets/reps subform. Fill in the data for the first exercise. To record the data for the next exercise, go back to the exercises subform and click on the next esercise you recorded. The sets/reps subform "should go blank, and is ready for you to enter the data on the next exercise. You may not like this format for tracking this stuff, but I really liked doing it this way for tracking progress on weightlifting. It will be fairly easy to make queries for charting reports, if you want to visually track progress.
There is a Cardio Form that can be opened from the main page. It's pretty simple, actually, and I'm going to try to set up something better later on, but this WILL capture the basics for you. Again, you'll need to edit it to let you enter the client identification for each recorded cardio workout, if you're using this for gym clients.
Change the colors up or whatever you want to do. I pulled out all data except for a list of exercises, and pulled out linked images to keep me or this board from getting into trouble over using images taken off a couple of lifting equipment web sites. I hope it's useful to someone. If you can improve it, do me a favor and let me know what you did; I might like it and change my version
There is a form for weight lifting workouts. If you're using this for tracking gym clients, you'll need to add to the underlying main query of this form. It will need gym client field(s) or something, so that in the workout form, you can set up a combo box to choose a gym client. I set up 2 sychronized subforms on this main workout form. One keeps the exercises used, using a combobox list to choose exercises. I left my list in this, and it is set up to let you add new exercises to the list through code on the "Not IN List" property of the combobox. The other subform is linked to the exercises subform. In it, you put sets, reps, and weight used. To do this for each workout, click on an exercise in the exercise subform, and then either "Alt-Tab" to go to the sets/reps subform or just click directly on the sets/reps subform. Fill in the data for the first exercise. To record the data for the next exercise, go back to the exercises subform and click on the next esercise you recorded. The sets/reps subform "should go blank, and is ready for you to enter the data on the next exercise. You may not like this format for tracking this stuff, but I really liked doing it this way for tracking progress on weightlifting. It will be fairly easy to make queries for charting reports, if you want to visually track progress.
There is a Cardio Form that can be opened from the main page. It's pretty simple, actually, and I'm going to try to set up something better later on, but this WILL capture the basics for you. Again, you'll need to edit it to let you enter the client identification for each recorded cardio workout, if you're using this for gym clients.
Change the colors up or whatever you want to do. I pulled out all data except for a list of exercises, and pulled out linked images to keep me or this board from getting into trouble over using images taken off a couple of lifting equipment web sites. I hope it's useful to someone. If you can improve it, do me a favor and let me know what you did; I might like it and change my version
