Solved Field Values on Form (1 Viewer)

Teri Bridges

Member
Local time
Today, 13:07
Joined
Feb 21, 2022
Messages
186
I hope this is a simple question.
I have two fields - DueIn (Number) and Approved (Date).
What I need is if the user enters an approved date the DueIn field returns the value of zero after the update.

The DueIn field is initially derived from a target date after the update, which is the difference between the target date and today's date.

1700065391211.png
 

Gasman

Enthusiastic Amateur
Local time
Today, 19:07
Joined
Sep 21, 2011
Messages
14,310
Me.DueIn = 0

Might want to validate Approved is valid date as far as you are concerned, before doing so?
 

Users who are viewing this thread

Top Bottom