Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code for getting the next "the 1st in month"
#2
Solved: 10 Years, 9 Months, 1 Week ago
Hi,
Try this...
Code:
Dim TmpDate, NewDate
   TmpDate = DateAdd("mm", 1, Date)
   NewDate = DateSerial(Year(TmpDate), Month(TmpDate), 1)
Reply


Messages In This Thread
RE: Code for getting the next "the 1st in month" - by manabh - 10-21-2009, 07:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)