M
Mike S.
I am creating a bound form that calculates a Date
Difference using the expression format provided by
Microsoft:
=DateDiff("m", Date(), [Compliance-Due])
The result of the expression works OK, but I need the
result to return in tenths of a month. This form control
is already formatted to include one decimal place as a
fixed number, so the returned value is a whole number plus
that one decimal place (ie 14.0).
Is there a way to revise the expression to calculate the
difference in months, including the tenths of a month?
Thanks in advance for your help.
Mike S.
Difference using the expression format provided by
Microsoft:
=DateDiff("m", Date(), [Compliance-Due])
The result of the expression works OK, but I need the
result to return in tenths of a month. This form control
is already formatted to include one decimal place as a
fixed number, so the returned value is a whole number plus
that one decimal place (ie 14.0).
Is there a way to revise the expression to calculate the
difference in months, including the tenths of a month?
Thanks in advance for your help.
Mike S.