How do I set up an excersie program in access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am starting a weight lifting program working every area of my body and I
would like to set up a program in access. Please help!!!!!!!!!!!!!
 
cheryl wheeler said:
I am starting a weight lifting program working every area of my body and I
would like to set up a program in access. Please help!!!!!!!!!!!!!

I wouldn't bother. No matter how much programming I do in Access I'm still
a fat get.

;-)

Keith.
 
Walking to and from the library carrying the books on Access will surely
help (:->)

On a more serious note, start by writing down the information you want to
record and to track. Presumably it will involve weights, dates, types of
exercise and when and how many and how long those exercises were done.
Some ideas:-

Table exercises:
id_exercise autonumber PK
desc text

Table regime?
id_regime autonumber PK
plannedstart short date
plannedend short date
actualstart short date
actualend short date
id_exercise number FK
numberoftimesplanned number
numberoftimesactual number
notes memo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top