store a query calculation

D

Deb

How can I store a calculation from the query (e.g., date:
DateAdd("d",5,[one date])

I have a field in my table called "date" and would like to
store this calculed date there. How could I do that?
Thanks!
 
J

JL

If you have create a query that do the calculation then
all you have to do is to make the query a update query.
 
Top