Forum Discussion
MarkShnier__You
Qrew Legend
20 hours agoMy suggestion is to keep this as a numeric field, and reconsider why you think you need to make it a text field. That way the native Quickbase behavior will ensure that only numbers are entered in the numeric field.
then you can make a formula numeric field called [current year] with a formula of
Year(Today)),
And then make a dynamic form rule that says when the year field is blank, changed the year field to the value of the field current year
CBH_Service_Acc
19 hours agoQrew Member
Hey Mark,
That's a smart idea, I didn't think of that. I just did what you suggested and it now works. 🙏 Now I just have to figure out how to get my form rule to only run when the page loads and not when the user changes what's in the field.