AbeMeister
MIS
Is there a Function or a method I can use to populate columns with the month's 1st and last date given any particular date??
In other words, if I had RPT_RUN_DATE = 03/27/2003.
3 = March
1 = January
Can I take ( 3/27/2003 - DateValue(2Monthes) ) = 1/27/2003
BeginDate(January) or BeginDate(1) = 1/1/2003 = REPORTBEGINDATE
EndDate(January) or EndDate(1) = 1/31/2003 = REPORTENDDATE
If clarification is needed, please request.
Thank you.
In other words, if I had RPT_RUN_DATE = 03/27/2003.
3 = March
1 = January
Can I take ( 3/27/2003 - DateValue(2Monthes) ) = 1/27/2003
BeginDate(January) or BeginDate(1) = 1/1/2003 = REPORTBEGINDATE
EndDate(January) or EndDate(1) = 1/31/2003 = REPORTENDDATE
If clarification is needed, please request.
Thank you.