Newbies Benj Posted October 10, 2002 Newbies Posted October 10, 2002 I have a checkbox in one layout, that returns the date modified in another layout. Is there a way that I can instead, get it to return the date first checked, and return nothing if the checkbox is subsequently unchecked? thanks, Ben
CobaltSky Posted October 10, 2002 Posted October 10, 2002 Hello Ben, What you might like to try is setting up a field with an Auto-enter by calculation option, with the formula set to: Case(YourCheckbox = "YourCheckboxValue", Status(CurrentDate)) This will remain empty until the checkbox is checked, but will ignore all subsequent changes to the checkbox (unless the value in it is deleted, in which case it will acquire a new value the next time the checkbox is checked after it became empty).
Recommended Posts
This topic is 8150 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now