SMosley804
Technical User
Is there a way to update a field on a form with the current time based on the value of another field.
I have a field called [Status] and [DateDelivered], I need the [dateDelivered] field to be updated when the [Status] field changes to 'Complete'
I've tried to make an expression that reads:
iif ([Status]="Complete",Now()," ")
I also tried to create a macro but neither seems to be working properly. the [DateDelivered] field gets updated but it gets updated no matter what the status changes to.
Please help!
I have a field called [Status] and [DateDelivered], I need the [dateDelivered] field to be updated when the [Status] field changes to 'Complete'
I've tried to make an expression that reads:
iif ([Status]="Complete",Now()," ")
I also tried to create a macro but neither seems to be working properly. the [DateDelivered] field gets updated but it gets updated no matter what the status changes to.
Please help!