0
Enter Date and Update the MultiChoice
Is there any way to Update 'DeliveryDate' depending on the entry in Date field.
Example is a place 8Jan2024 is Monday place on DeliveryDate Monday.
2 Antworten
-
If the days of the week were recorded in the correct order (Mon = 1, Tue = 2, etc.), then I would try it like this (change trigger in 'Date'):
DeliveryDays := weekday(Date) + 1
Content aside
- Status Answered
- vor 11 MonatenZuletzt aktiv
- 2Antworten
- 17Ansichten
-
2
Folge bereits