B
Brad L.
I'm attempting to build a relatively simple training log
to track daily exercise info... i.e activity, miles,
duration, etc.
I'm having a problem trying to figure out how to calculate
variable data.
In essence, I have an activity log data entry form which
includes activity, duration, calories burned.
I have a combo-box to select activity (cycling, running,
walking) "fed" by an activity table which includes each of
the activities and their caloric expenditure rate per
minute.
What I would like to do is include a calculated field
based on the caloric expenditure rate of the chosen
activity multiplied by the duration.
How can I express that I would like to find the caloric
expenditure rate of the chosen activity then multiply it
times the entered duration?
It seems like this should be relatively simple, but it's
driving me nuts... Tons of thanks in advance.
Brad
to track daily exercise info... i.e activity, miles,
duration, etc.
I'm having a problem trying to figure out how to calculate
variable data.
In essence, I have an activity log data entry form which
includes activity, duration, calories burned.
I have a combo-box to select activity (cycling, running,
walking) "fed" by an activity table which includes each of
the activities and their caloric expenditure rate per
minute.
What I would like to do is include a calculated field
based on the caloric expenditure rate of the chosen
activity multiplied by the duration.
How can I express that I would like to find the caloric
expenditure rate of the chosen activity then multiply it
times the entered duration?
It seems like this should be relatively simple, but it's
driving me nuts... Tons of thanks in advance.
Brad