Originally Posted by John_G Iif(not IsNull(Appointment_Date), Appointment_Date, Appointment_RevDate) If this was the requirement, wouldn't the Nz() function be simpler? Nz(Appointment_Date, Appointment_RevDate)
Paul (wino moderator) MS Access MVP 2007-2019 www.BaldyWeb.com
Forum Rules