I have four date fields in a form. They are most likely all going to be the same date, however there is the possibility of them being different. I would like feild 2, 3 and 4 to automatically take the value of feild 1.
I hvae tried
on the afterupdate, onexit and onchange properties
The only one that sort of works is the onexit which does set the valuse but the are not visible until the next time you open the form
I hvae tried
Code:
Forms!pfrm_EventAdd!ScheduledEndDate = Forms!pfrm_EventAdd!ScheduledStartDate
Forms!pfrm_EventAdd!ActualEndDate = Forms!pfrm_EventAdd!ScheduledStartDate
Forms!pfrm_EventAdd!ActualStartDate = Forms!pfrm_EventAdd!ScheduledStartDate
on the afterupdate, onexit and onchange properties
The only one that sort of works is the onexit which does set the valuse but the are not visible until the next time you open the form