To add seven days is easy. In query design view grid scroll to the right
to a blank column and type in the Field row the following -- projdate:
[rqrdate]+7
But you should not store the results as the data can be outdated in the
future. Just display the calculation when and where needed.

Signature
KARL DEWEY
Build a little - Test a little
> I have a field called rqrdate, I want to add 7 days to it and inset it to a
> field called projdate. Could someone please assist?
>
> Thanks!
Jason - 14 May 2008 09:28 GMT
Depends: Your policies might change or for other reasons. rqrdate and the
field for 7 is saved then you don't need to save as projdate. However if you
save both rqrdate and projdate then you can recalculate the 7 by projdate -
rqrdate.
> To add seven days is easy. In query design view grid scroll to the right
> to a blank column and type in the Field row the following -- projdate:
[quoted text clipped - 6 lines]
> >
> > Thanks!