But I need the difference to be stored so I can create reports off of that piece.
SELECT [IDField], [DateField1], [DateField2], [AnotherFieldHere], DateDiff("d", [DateField1], [DateField2]) As DiffBetweenDates
FROM YourTableNameHere
Oh; only one of my dates for the formula is in there on some of the records. I can just click through the message and get to my form. Will that be bad?? (classic newbie!! sorry!)