G
Guest
I have a table which logs various dates for a project, and the field name is
"Date_Of_Change". As multiple dates can occur for a project, I have a query
that uses Totals to identify the "Last" and "First" date for each project.
The query outputs these fields as "FirstOFDate_OF_Change" and
"LastOFDate_OF_Change".
I now want to use a calcuated Field to work out the difference between the
two dates, but as the original fields name are the same I can't use
Diff:[Date_OF_Change] - [Date_OF_Change] as this produces all 0's.
It also dosn't like using the Diff:[FirstOFDate_OF_Change] -
[LastOFDate_OF_Change] which is the name of the resulting fields.
Please can someone advise on the correct syntax to use?.
Many thanks
Winger
"Date_Of_Change". As multiple dates can occur for a project, I have a query
that uses Totals to identify the "Last" and "First" date for each project.
The query outputs these fields as "FirstOFDate_OF_Change" and
"LastOFDate_OF_Change".
I now want to use a calcuated Field to work out the difference between the
two dates, but as the original fields name are the same I can't use
Diff:[Date_OF_Change] - [Date_OF_Change] as this produces all 0's.
It also dosn't like using the Diff:[FirstOFDate_OF_Change] -
[LastOFDate_OF_Change] which is the name of the resulting fields.
Please can someone advise on the correct syntax to use?.
Many thanks
Winger