Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
Well, in fact you can relate a table to itself and pull snapshot field. Make a formula numeric field called [Record ID# mirror] with formula of [Record ID#] and make your reference field on the right side of the relationship that field. Pull down [Construction Date lookup] as a lookup and then make a field called [Original Construction Date] as a snapshot of [Construction Date Lookup].
Be sure that Construction date is a required field or else it will snapshot a blank Construction date.
Be sure that Construction date is a required field or else it will snapshot a blank Construction date.
QuickBaseCoachD
7 years agoQrew Captain
You could have a checkbox field called Lock date edits.
Then have a form rule that says
when the record is saved and the date is not blank
then
Action change lock date edits to checked.
Then another form rule to make read only date when that checkbox is checked.
Then have a form rule that says
when the record is saved and the date is not blank
then
Action change lock date edits to checked.
Then another form rule to make read only date when that checkbox is checked.