If(
!IsBlank(psdate_2.SelectedDate) &&
!IsBlank(peddate_2.SelectedDate) &&
peddate_2.SelectedDate < psdate_2.SelectedDate &&
Self.SelectedDate <> ThisItem.YourDateField,
Notify(
"Planned End Date cannot be less than Planned Start date",
NotificationType. Information,
1000
);
Reset(peddate_2)
)
WarrenBelz
146,670
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,011
Most Valuable Professional