D
David
Here's my problem:
I have 2 date fields on my form BeginDate and EndDate.
EndDate must be a Saturday and the BeginDate must be a
Sunday 8 weeks prior. I am not allowing entry of the
BeginDate (enabled = false) only the EndDate, then I force
the BeginDate Value. The EndDate has a default value of
the nearest past Saturday.
How do I force the BeginDate value? since if the user
allows the EndDate to default, the After Update event does
not trigger. I'd like the user to see the chosen BeginDate
immediately after entering the EndDate.
I have 2 date fields on my form BeginDate and EndDate.
EndDate must be a Saturday and the BeginDate must be a
Sunday 8 weeks prior. I am not allowing entry of the
BeginDate (enabled = false) only the EndDate, then I force
the BeginDate Value. The EndDate has a default value of
the nearest past Saturday.
How do I force the BeginDate value? since if the user
allows the EndDate to default, the After Update event does
not trigger. I'd like the user to see the chosen BeginDate
immediately after entering the EndDate.