S
Stan
I have a table that has two fields the first is the
commencement field and the second is the expiration field.
The record entry is listed below:
contract id type commence date expiration date
1 Lease 1/1/04 1/31/09
1 Amend 2/1/04 10/31/04
I want the query to find the earliest commence date and
the latest expiration.
The result would be 1/1/04 for the commencement and
1/31/09 for the expiration.
I tried using first and last function but the result was
not a 100% in all cases.
Is thier a date function I can use for this query?
commencement field and the second is the expiration field.
The record entry is listed below:
contract id type commence date expiration date
1 Lease 1/1/04 1/31/09
1 Amend 2/1/04 10/31/04
I want the query to find the earliest commence date and
the latest expiration.
The result would be 1/1/04 for the commencement and
1/31/09 for the expiration.
I tried using first and last function but the result was
not a 100% in all cases.
Is thier a date function I can use for this query?