D
Dave
On my form there is a control named Work Date. This form has record
selectors and uses the same date field , i.e. Work Date for each record.
I am trying to calculate the difference between the same control only the
number of days between the Max and Min Date., i.e. Oldest Date & Newest
Date, NOT Date()
The textbox that I want to show this is named Text98, also if there is no
date difference, it should show 0.
Tried the below, it didnt work. Hours is the table name.
Thanks,
Dave
=DMax("Work Date", "Hours") - DMin("Work Date", "Hours")
selectors and uses the same date field , i.e. Work Date for each record.
I am trying to calculate the difference between the same control only the
number of days between the Max and Min Date., i.e. Oldest Date & Newest
Date, NOT Date()
The textbox that I want to show this is named Text98, also if there is no
date difference, it should show 0.
Tried the below, it didnt work. Hours is the table name.
Thanks,
Dave
=DMax("Work Date", "Hours") - DMin("Work Date", "Hours")