Hello
I am using the DateAdd function in a calculated text box. It gets it's data from a combo box. The data looks like this:
=DateAdd("m",[CalibrationInterval],[DateofCalibration])
All works well unless there is no date in the DateofCalibration field. Can I use the NZ function within the above code, or will I need to incorporate it elsewhere?
Many Thanks
Dave
I am using the DateAdd function in a calculated text box. It gets it's data from a combo box. The data looks like this:
=DateAdd("m",[CalibrationInterval],[DateofCalibration])
All works well unless there is no date in the DateofCalibration field. Can I use the NZ function within the above code, or will I need to incorporate it elsewhere?
Many Thanks
Dave