|
Dwight,
I have also toiled with those fields. Here is what I came up with. I run this on the 31st of each month. I hope it helps.
dtBeginDate = Now + 1 dtEndDate = DateSerial(Year(dtBeginDate), 1 + Month(dtBeginDate), 0) dtBeginDate = DateValue(dtBeginDate)
Denise Sebastian Merle West Medical Center
-----Original Message-----
Hello Everyone, I am working on an issue with the first day of the previous month and the last day of the preview month and enter those into fields. I have found some things using the DateAdd function and am working on how to take the now date and get the first and last day's of last month. I will post my code once I get it closer to a workable product. If anyone has some references that would be helpful. Thanks, |
Title: firstday and lastday of previous month
- [Talk] firstday and lastday of previous month Shuler, Dwight
- Re: [Talk] firstday and lastday of previous month Kevin Meagher
- RE: [Talk] firstday and lastday of previous month Sebastian,Denise
