B
Brian
I have a report that groups on several items. Each of the
group footers needs to convert the total number of minutes
to Hours:minutes. I can't change the datatype of the
field which is long integer. I have tried using the
calculated text box for total minutes in several
conversions but have been unsuccessful. When I generate
the report, it brings up the box wanting me to put in a
parameter value. Any help would be appreciated.
Int([grp5_hours)/60) & ":" & ([grp5_hours])-Int
([grp5_hours])/60)*60
[grp5_hours] = is the calcuated field in the group footer,
that references back to the field name [hours]
thanks
group footers needs to convert the total number of minutes
to Hours:minutes. I can't change the datatype of the
field which is long integer. I have tried using the
calculated text box for total minutes in several
conversions but have been unsuccessful. When I generate
the report, it brings up the box wanting me to put in a
parameter value. Any help would be appreciated.
Int([grp5_hours)/60) & ":" & ([grp5_hours])-Int
([grp5_hours])/60)*60
[grp5_hours] = is the calcuated field in the group footer,
that references back to the field name [hours]
thanks