I have a Search Form that returns results based on a Start and End Date. I would like to develop a custom message box based on if the "Start" and "End" Date is 5 days or more apart. I was looking at putting something in the [EndDate] validation field within properties, but am stuck on "If =>[StartDate]+5, then "message....". Should I even be looking the Validation field, or is this something that should be considered in the "AfterUpdate" event?