Date diff

christy

Registered User.
Local time
Today, 00:08
Joined
Apr 26, 2000
Messages
10
I am trying to work out the difference of 2 dates so that i can see how many days a bill is overdue.

I thought this code would work

=DateDiff("d",[DueDate],Date())

Can someone please advise..Thanx in advance.Christy
 
That looks good to me. What seems to be the problem?

~Abby N
 
DateDiff("d",[DueDate],Date) does work. Access removes the () following Date.
 
When i use this code in text box it shows up like this #Name in the report. I ca'nt see what the problem is!
 

Users who are viewing this thread

Back
Top Bottom