M
macroapa
Hi I have a table called 'Prep' with the following structure:
DateBookedL1 DateBookedL2
08/08/2008 14:32:53 10/08/2008 14:32:53
07/08/2008 14:32:53 06/08/2008 14:32:53
What I want to do is run a query that returns the greater of the 2
fields for each record so the results would look like:
MaxDate
10/08/2008 14:32:53
07/08/2008 14:32:53
I've done a search on google but cant get anything to work.
Any help appreciated.
Thanks.
DateBookedL1 DateBookedL2
08/08/2008 14:32:53 10/08/2008 14:32:53
07/08/2008 14:32:53 06/08/2008 14:32:53
What I want to do is run a query that returns the greater of the 2
fields for each record so the results would look like:
MaxDate
10/08/2008 14:32:53
07/08/2008 14:32:53
I've done a search on google but cant get anything to work.
Any help appreciated.
Thanks.