Rounding Down

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to round down an expression in a query. This is what I have so
far: Whole Weeks: (Now()-[Start Date])/7. This will give me the number of
weeks (e.g. 2.6) but I need it to return the result rounded down (e.g. 2.0).

Dave
 
Back
Top