R
RD
Acces Table has
Id
Date1
Date2
Date3 columns
Select date1, date2, date3 from Table where Id > 1 But now I also want to
have a column shown in the query that will show the greatest of the three
date values for each selected rown shown as GreatestDate.
Any idea on what the statement should look like, any help apperciated.
Bob
Id
Date1
Date2
Date3 columns
Select date1, date2, date3 from Table where Id > 1 But now I also want to
have a column shown in the query that will show the greatest of the three
date values for each selected rown shown as GreatestDate.
Any idea on what the statement should look like, any help apperciated.
Bob