L
LindaAHogan
Guest
Hi
I have the following calculation in a query:
Months: CInt(DateDiff("m",[TABLE1]![Date1],[TABLE1]![Date2]))
Does anybody know (couldn't find in HELP) how the "m" works
i.e.
27/01/2004 - 07/01/2005 = 11.38 if you divide by 30.4 or
11.44 if divided by 30.25
my query answers 12! (my graph displays 13!)
Thanks
Linda
I have the following calculation in a query:
Months: CInt(DateDiff("m",[TABLE1]![Date1],[TABLE1]![Date2]))
Does anybody know (couldn't find in HELP) how the "m" works
i.e.
27/01/2004 - 07/01/2005 = 11.38 if you divide by 30.4 or
11.44 if divided by 30.25
my query answers 12! (my graph displays 13!)
Thanks
Linda