R
Rex
Hi,
I have a table in which for a particular record there are different
dates in each column. I want to find out the latest date of all.. so
for example
ID | date1 | date2 | date3 | date4 |
-----------------------------------------------------------------------
1 | 1/12/06 | 5/12/06 | 10/12/06 | 4/12/06 |
I want to create a query that would show:
ID | date1 | date2 | date3 | date4 | latestDate
---------------------------------------------------------------------------------------
1 | 1/12/06 | 5/12/06 | 10/12/06 | 4/12/06 | 10/12/06
any help would be greatly appreciated
Rex.
I have a table in which for a particular record there are different
dates in each column. I want to find out the latest date of all.. so
for example
ID | date1 | date2 | date3 | date4 |
-----------------------------------------------------------------------
1 | 1/12/06 | 5/12/06 | 10/12/06 | 4/12/06 |
I want to create a query that would show:
ID | date1 | date2 | date3 | date4 | latestDate
---------------------------------------------------------------------------------------
1 | 1/12/06 | 5/12/06 | 10/12/06 | 4/12/06 | 10/12/06
any help would be greatly appreciated
Rex.