I have a table for precission tooling which requires calibration. In the table I am attempting to set the default value using two values in the table. One value is in a column for the last date of calibration, and the other value is in a column for the due date. Using those two dates I am attempting get the days remaining field to auto populate.
I have set the paramets in the Default Value field for the tabel using the DateDiff Function as follows.
DateDiff("d", inst_cal_cw, inst_cal_due,,)
When I try to save the table, it tells me that it doesn't recognize the values. Not sure what I am doing wrong here but I am sure that it is something simple in the syntax that I have missed. Any help here is appriciated.
I have set the paramets in the Default Value field for the tabel using the DateDiff Function as follows.
DateDiff("d", inst_cal_cw, inst_cal_due,,)
When I try to save the table, it tells me that it doesn't recognize the values. Not sure what I am doing wrong here but I am sure that it is something simple in the syntax that I have missed. Any help here is appriciated.