Login   ||   Register   ||   Thursday, March 11, 2010
RETURN LAST DATE OF MONTH

Got this from a post by Allan Bunch - RuralGuy - on Access World Forums:

Public Function ReturnLastDateOfMonth()
    ReturnLastDateOfMonth = DateSerial(Year(#2/1/2008#), Month(#2/1/2008#) + 1, 0)
End Function

Copyright 2007 by BTAB Development    ||   BTAB Development   ||   Terms Of Use