Forum Discussion
- QuickBaseCoachDQrew CaptainYou can make a formula checkbox field with the following formula
WeekdaySub(Today(),[Date])=1
or isfyou prefer the expanded verison for readibility
IF(WeekdaySub(Today(),[Date])=1,true, false)- LeoSanchezQrew TraineeQuestion ... can i use this to automatically unchecked a checkbox? I need to create a checkbox field that has to be reset to unchecked the first of every month.
- QuickBaseCoachDQrew CaptainI suggest that you post this as a new question. You can reference this thread in your post. In that question, clarify if you want to have s data entry checkbox field get reset or a formula checkbox field to be reset (which does not make much sense)
- JeffJoyceJeffJoQrew TraineeThank you.