Validate [WeekEnd] Date is only a Sunday
I put in: = Weekday(1) as Validation Rule for [WeekEnd] on Data Tab and get error message. I used the Expression Builder to make it.
Also tried DatePart("d",[WeekEnd])=1 and that didn't work.
The WeekBegin Date is automatically done AfterUpdate of [WeekEnd].
I tired vbSunday and that didn't work.
I tired Weekday([WeekEnd],1) and that didn't work.
Any Suggestions.
I put in: = Weekday(1) as Validation Rule for [WeekEnd] on Data Tab and get error message. I used the Expression Builder to make it.
Also tried DatePart("d",[WeekEnd])=1 and that didn't work.
The WeekBegin Date is automatically done AfterUpdate of [WeekEnd].
I tired vbSunday and that didn't work.
I tired Weekday([WeekEnd],1) and that didn't work.
Any Suggestions.