G
Guest
I'm trying to take the date stored in INVDATE and calculate COVDATE. The
COVDATE is simply the first day of the next month.
So, if INVDATE is 3/5/2007, then COVDATE is 4/1/2007. If INVDATE is
12/15/2007, then COVDATE is 1/1/2008.
I was playing around with this function
DateSerial(Year([InvDate]),Month([InvDate]+1),1), but no luck thus far.
COVDATE is simply the first day of the next month.
So, if INVDATE is 3/5/2007, then COVDATE is 4/1/2007. If INVDATE is
12/15/2007, then COVDATE is 1/1/2008.
I was playing around with this function
DateSerial(Year([InvDate]),Month([InvDate]+1),1), but no luck thus far.