[SOLVED] Nested IIf( with DMax and DateAdd not working correctly
As the control source of txt_expdate I have the following
=IIf(([txt_coursedate]>DMax("certexpires","qry_personcert")),
DateAdd("m",36,[txt_coursedate]),
IIf(([txt_coursedate] Between DMax("certexpires","qry_personcert") And...