I have a table which has ten different date fields, relating to when certain parts of a process were completed. I know it *ought* to be a separate table related to the existing one, but this is a project I've taken over from someone else and there are so many other things reliant on it that I don't want to mess with it too much.
Some or all of the dates may be missing (i.e. not completed yet) and I need to work out what is the latest date that appears for a given record. The dates are not necessarily in order, e.g. date 3 may actually be later than date 7 etc. etc.
So, I was hoping for something along the lines of a Max or DMax function, kind of like Max([Date1],[Date2],.....[Date10]) but of course that doesn't work.
How should I go about this?
Thanks,
Some or all of the dates may be missing (i.e. not completed yet) and I need to work out what is the latest date that appears for a given record. The dates are not necessarily in order, e.g. date 3 may actually be later than date 7 etc. etc.
So, I was hoping for something along the lines of a Max or DMax function, kind of like Max([Date1],[Date2],.....[Date10]) but of course that doesn't work.
How should I go about this?
Thanks,