LynnEsther
Registered User.
- Local time
- Today, 17:07
- Joined
- Sep 14, 2007
- Messages
- 40
I am struggling with an IIF statement and am wondering if anyone can help. I have four date fields: Received_Date, Install_Date, Inventory_Date, Last_Logon_Date. I am writing a query and need to create a fifth field called Latest_Date, which will take the most recent of the four dates listed above. I can write the IIF statement just fine when dealing with the latest of two dates, but add in the other two dates and I'm stumped. Thanks in advance.