Thanks Doug, that helps but..... I need to generate a query from the results of the query set up to calculate the cal due date. I need to generate a report that identifies all equipment that requires calibration in any given month. Can I do this?
"Jeem" wrote:
[Quoted Text] > I have set up a field to calculate the "calibration due date" with the > =DateSerial(Year([LastCal]),Month([LastCal])+[CalFreq],Day([LastCal])) in the > control source field of CalDue. The due date calculates but the problem is > that it does not save in the table. How can I get the data to save in the > CalDue field of the table?
|