Thanks Ahhh starting to make some sense, not sure how to check if it is null (it didn't recognize Nz) I tried:
SELECT DateAdd("m", 6, IsNull([DateOfCal], Date())) As NextCalibration FROM TblCalibItems;
I got - Wrong number of arguments used with function in query expression 'DateAdd([m], 6...