G
Guest
I am trying to analyze four date fields and return the most recent date in a
separate field. The four fields being looked at can have a combination of
all dates, all null values or dates and null values. Three examples (records)
are included.
There are about 3,000 records in the query - all of them need a "latest
date" or null value in the separate field.
Record 1 1/1/04, 2/28/04, 5/13/04, 3/12/04 result=5/13/04
Record 2 null, null, null, null result=null
Record 3 2/2/04, null, 3/18/02, null result=2/2/04
Thank you in advance for your help.
separate field. The four fields being looked at can have a combination of
all dates, all null values or dates and null values. Three examples (records)
are included.
There are about 3,000 records in the query - all of them need a "latest
date" or null value in the separate field.
Record 1 1/1/04, 2/28/04, 5/13/04, 3/12/04 result=5/13/04
Record 2 null, null, null, null result=null
Record 3 2/2/04, null, 3/18/02, null result=2/2/04
Thank you in advance for your help.
