R
Rob
I am using the DateDiff function to find the minutes an activity takes.
Since the DateDiff function returns a Variant I am storing it as a Text filed
in the data base. In a report I am deviding the value by 60 to derive the
hours but am consistantly generating numbers with up to 5 decimal numbers. I
would like to limit the decimal numbers to two in the text field but am
having no luck. Any suggestions other than using a number field?
Since the DateDiff function returns a Variant I am storing it as a Text filed
in the data base. In a report I am deviding the value by 60 to derive the
hours but am consistantly generating numbers with up to 5 decimal numbers. I
would like to limit the decimal numbers to two in the text field but am
having no luck. Any suggestions other than using a number field?