Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
You cannot enter data into a formula field.
So, if you want data entry you will need to create a new field and then have a formula determine how to use that field.
Perhaps what you want is this
If([Verification Extension] = false, [Actual Date for Corrective action Implemented]+Days(14),
[My manual data entry field])
Then you would have a form rule to which says
When [Verification Extension] is not checked:
Show [My manual data entry field]
Require [My manual data entry field]
So, if you want data entry you will need to create a new field and then have a formula determine how to use that field.
Perhaps what you want is this
If([Verification Extension] = false, [Actual Date for Corrective action Implemented]+Days(14),
[My manual data entry field])
Then you would have a form rule to which says
When [Verification Extension] is not checked:
Show [My manual data entry field]
Require [My manual data entry field]