Greetings, I have a table that has a Suspened Date, Approved Date and a Denied date. Some records can have a date in all 3 fields, some records can have a date in 1 and not the other, some won't have a date in any field and so on...
I am trying to get to the minimium date of all 3 fields and if the date fields are null then show a null. I have tried multiple iff statments but it's not working so well.
I am doing this in an access query. The resluts will be exported to excel then distributed.
Any suggestions would greatly be appreciated.
loan_num SS DD AA
1 02/08/2008
2 02/08/2008
3 01/16/2008
4 01/07/2008 01/14/2008
5
6 01/28/2008 02/05/2008
7 01/08/2008 01/10/2008
8 01/09/2008 01/30/2008
9 01/08/2008
10
11 02/05/2008 04/30/2008 01/11/2008
Thanks
E
I am trying to get to the minimium date of all 3 fields and if the date fields are null then show a null. I have tried multiple iff statments but it's not working so well.
I am doing this in an access query. The resluts will be exported to excel then distributed.
Any suggestions would greatly be appreciated.
loan_num SS DD AA
1 02/08/2008
2 02/08/2008
3 01/16/2008
4 01/07/2008 01/14/2008
5
6 01/28/2008 02/05/2008
7 01/08/2008 01/10/2008
8 01/09/2008 01/30/2008
9 01/08/2008
10
11 02/05/2008 04/30/2008 01/11/2008
Thanks
E