Hi Everyone,
I would like to create an [end date] from the [start date]in ms access form.
The formula is simple :([start date] + 3month) - (day of the start date-1day)
for example:
a.) if the start date is 01.01.2011 than the end date will be 03.31.2011 or
b.) if the start date is 15.02.2011 than the end date will be 14.05.2011
I've tried with this DateSerial(Year ([start date]);Month([start date])+3;0)
but I stucked because anytime I got the last day of the month.
Pls help me, thanks in advance.
I would like to create an [end date] from the [start date]in ms access form.
The formula is simple :([start date] + 3month) - (day of the start date-1day)
for example:
a.) if the start date is 01.01.2011 than the end date will be 03.31.2011 or
b.) if the start date is 15.02.2011 than the end date will be 14.05.2011
I've tried with this DateSerial(Year ([start date]);Month([start date])+3;0)
but I stucked because anytime I got the last day of the month.
Pls help me, thanks in advance.
Comment