W
William Gargan
Hi all,
I recently had an existing query formula fail. I was a simple formula
where an existing date field was subtracted from Date() to get elapsed
days.
ELAPSED: DATE()-BLAH_DATE
It only failed in Access 2000 versions that were updated to SR-3. It
worked fine in SR-2 and prior.
I was able to replace Date() with Now() and rounded to get whole days.
ELAPSED: ROUND(NOW()-BLAH_DATE,1)
Any knowledge why Microsoft voided the Date() in SR-3?
Any better solution than my simple one?
Thanks,
Bill Gargan
I recently had an existing query formula fail. I was a simple formula
where an existing date field was subtracted from Date() to get elapsed
days.
ELAPSED: DATE()-BLAH_DATE
It only failed in Access 2000 versions that were updated to SR-3. It
worked fine in SR-2 and prior.
I was able to replace Date() with Now() and rounded to get whole days.
ELAPSED: ROUND(NOW()-BLAH_DATE,1)
Any knowledge why Microsoft voided the Date() in SR-3?
Any better solution than my simple one?
Thanks,
Bill Gargan