D
Dave
I tried usin the Date() in an access dateDiff formula, but the field just
comes up blank.
IIf(Field1="",DateDiff("d",Field2,Date()),DateDiff("d",Field3,Field4))
Field3 and Field4 actually come up with the number of days different, but
Date() and Field2 just show up blank. Could someone please tell me how to
correct this so that the Dat() and Field2 show up as a number?
comes up blank.
IIf(Field1="",DateDiff("d",Field2,Date()),DateDiff("d",Field3,Field4))
Field3 and Field4 actually come up with the number of days different, but
Date() and Field2 just show up blank. Could someone please tell me how to
correct this so that the Dat() and Field2 show up as a number?