radzmar - Thanks so much for your suggestion. I changed the code in the
deptDate field to the above code, but the pop up box comes up no matter
what date I choose, so it's not validating correctly. The arrDate field
works fine. Any thoughts?Code from deptDate:
form1.page1.main.travelInfo.deptDate::exit - (FormCalc, client) if
(Date2Num($.formattedValue, "MMMM D, YYYY") lt
Date2Num(arrDate.formattedValue, "MMMM D, YYYY"))
then$host.messageBox("Departure Date must be later than the Arrival
Date")$...