In expressions always use [] for controls and fields
=Sum([txtHours])
if txthours is a calculated control lets say =[Mins]/60 you have to go to the source. You cannot sum a calculated control
you have to sum the original expression
=sum([mins]/60)
In expressions always use [] for controls and fields
=Sum([txtHours])
if txthours is a calculated control lets say =[Mins]/60 you have to go to the source. You cannot sum a calculated control
you have to sum the original expression
=sum([mins]/60)