Thanks Karl, that was exactly the simple answer I was looking for and it works.
"KARL DEWEY" wrote:
> Your calculated field cannot be be 5/25/2010 +/- 7 days. It must be a
> single date.
>
> I think you can use the DateAdd function.
>
> Next_Appointment: DateAdd("m", 1, [start date])
>
> If the following month has less days, February, and your start date is
> greater than following month, the date will be the last day of the month.
> [start date] Next_Appointment
> 1/31/2010 2/28/2010
>
>
> --
> Build a little, test a little.
>
>
> "LoriP" wrote:
>
> > I need to calculate many fields based on one start date and I need the
> > calculations to count by month.
> > For example first visit is 4/25/2010
> > The first calculated field must be 5/25/2010 +/- 7 days
> > This is the first time I've had to do a calculated field where the next
> > visit must be the exact day of the next month and not just the generic "30
> > days" Is there an easy way to do this?
> > Thank you
> > Lori
|