need expression using yearfrac

  • Thread starter Thread starter Mary Lou
  • Start date Start date
M

Mary Lou

I am trying to use 2 date and calculate days between.

This is a example

12/1/03 - 12/15/03 = 14
 
HI,
Have you looked at the DateDiff function?
?DateDiff("d","12/1/03","12/15/03")
14
 
Back
Top