D
Dave
Tried the below, it didn't work
=DateDiff("d",CDate(Nz([Work Date],0)),CDate(Nz([Work Date],0)))
On my form there is a control name Work Date which shows the date the work
was done.
The form, named Time and Hours has many records with same or different
dates.
The Text Box Text98 is located in the Form Footer.
I need the difference between the oldest and newest dates on this form, not
Date().
i.e. There are (Blank Days)(Number) difference between your dates
Thanks,
Dave
=DateDiff("d",CDate(Nz([Work Date],0)),CDate(Nz([Work Date],0)))
On my form there is a control name Work Date which shows the date the work
was done.
The form, named Time and Hours has many records with same or different
dates.
The Text Box Text98 is located in the Form Footer.
I need the difference between the oldest and newest dates on this form, not
Date().
i.e. There are (Blank Days)(Number) difference between your dates
Thanks,
Dave