B
Brian
I have a continuouse form that uses fields for [StartDate] and [EndDate] to
calculate a duration. It then used that duration to to calculate the value
of [estimated_hrs] for each month over the range of months within the
duration. I have all of that working fine but I when I try to total the
columns of hours calculated for each month I am getting #Error.
I am using DateDiff with "d" interval to calculate the duration between the
dates. After calculating hour in each month I am simply multiplying hrs x
days = hrs per month.
In the footer of the form I thought =Sum([M1]) would total the column for
the M1 (Month #1) calculated field.
calculate a duration. It then used that duration to to calculate the value
of [estimated_hrs] for each month over the range of months within the
duration. I have all of that working fine but I when I try to total the
columns of hours calculated for each month I am getting #Error.
I am using DateDiff with "d" interval to calculate the duration between the
dates. After calculating hour in each month I am simply multiplying hrs x
days = hrs per month.
In the footer of the form I thought =Sum([M1]) would total the column for
the M1 (Month #1) calculated field.