C
CoachBarkerOJPW
I have created asmall application in vb.net. Not relevent here I know , but
the table structure of one of the tables is. Right now I have three tables,
tblPatient, tblGlucose and tblExercise. I need to come up with a better
solution for the exercise table. Right now I just update the table for
everyday. Right now the records are kept based on the WeekBeginning field, so
I want 7 records before I start a new row.
The weekdays in the table are to give the user of the application a visual
sense in the form of when they have exercised.
Any suggestions?
tblExercise
ExerciseLogID
PatientID
WeekBeginning
DateEntered
ExerciseYes
ExerciseNo
MinutesExercised
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Walk
Jog
Run
Swim
Bicycle
WhyNot
WeeksTotal
the table structure of one of the tables is. Right now I have three tables,
tblPatient, tblGlucose and tblExercise. I need to come up with a better
solution for the exercise table. Right now I just update the table for
everyday. Right now the records are kept based on the WeekBeginning field, so
I want 7 records before I start a new row.
The weekdays in the table are to give the user of the application a visual
sense in the form of when they have exercised.
Any suggestions?
tblExercise
ExerciseLogID
PatientID
WeekBeginning
DateEntered
ExerciseYes
ExerciseNo
MinutesExercised
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Walk
Jog
Run
Swim
Bicycle
WhyNot
WeeksTotal