store a query calculation

  • Thread starter Thread starter Deb
  • Start date Start date
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!
 
If you have create a query that do the calculation then
all you have to do is to make the query a update query.
 
Back
Top