I don't know if this can be done... I sure hope it can!
I have 6 date fields(D1, D2, D3, D4, D5, D6). I want to determine the most recent date in the fields and populate a new field (Drecent). A couple of wrenches to throw in... Any date field can have a null value. Multiple date fields (for same record) can have the same date.
We have figured out how to do it if there are no nulls and all dates are different in a record - unfortunately - that is not the case.
Can this be done? Can it be done with SQL (no VBA?). If not, VBA will be fine.
Thanks in advance!
I have 6 date fields(D1, D2, D3, D4, D5, D6). I want to determine the most recent date in the fields and populate a new field (Drecent). A couple of wrenches to throw in... Any date field can have a null value. Multiple date fields (for same record) can have the same date.
We have figured out how to do it if there are no nulls and all dates are different in a record - unfortunately - that is not the case.
Can this be done? Can it be done with SQL (no VBA?). If not, VBA will be fine.
Thanks in advance!