Please forgot what I just posted.
I found the solution by using the DateSerial function from Microsoft Access.
Thanks.
> Does anyone know if there is an easy way to calculate the end date of a month?
>
[quoted text clipped - 3 lines]
>
> Thanks for any help or tips!
Klatuu - 14 Nov 2006 15:35 GMT
Just to make sure you got what you were after:
DateSerial(Year(Date),Month(Date)+1,0)
> Please forgot what I just posted.
> I found the solution by using the DateSerial function from Microsoft Access.
[quoted text clipped - 8 lines]
> >
> > Thanks for any help or tips!