RebeccaLutz
12 days agoQrew Trainee
If / or statement
I want to "lock" the data in a section of a form, but have the ability for one role to override the lock.
If the Manufacturing Start date/time field is empty, I would allow editing:
OR if the QA Manufacturing Start Comments field is not empty, I would allow editing in the section
I have in the expression builder:
IsNull([Manufacturing Start]) OR Not ISNull([QA Manufacturing Start Comments])
Then:
Make editable: Section
But I am getting an error on the "OR". It says that there are extra characters beyond the end of the formula.
What do I need to do to fix the formula?
Thanks!
Becky