G
Guest
Hi,
I'd like to add the following functionality to one of my forms: when the
field "status" changes to "closed", another field called "closed on" should
populate the système date.
I tried to add the following formula in the control source of the "closed
on" field:
=IIf([Status]="Closed",Now(),"")
But of course it refreshes the date everytime I reopen the form and I don't
want that. So I tried to add the following formula to the after update part
of the "status" field but the "status" filed stays blank.
=IIf([Status]="Closed",[Closed On]=Now(),"")
If anyone has succeeded in doing something similar, I would really
appreciate if you could share with me your experience.
Thanks a lot,
I'd like to add the following functionality to one of my forms: when the
field "status" changes to "closed", another field called "closed on" should
populate the système date.
I tried to add the following formula in the control source of the "closed
on" field:
=IIf([Status]="Closed",Now(),"")
But of course it refreshes the date everytime I reopen the form and I don't
want that. So I tried to add the following formula to the after update part
of the "status" field but the "status" filed stays blank.
=IIf([Status]="Closed",[Closed On]=Now(),"")
If anyone has succeeded in doing something similar, I would really
appreciate if you could share with me your experience.
Thanks a lot,