HELLO!
I have a form we are entering scores into. The points available depend on how many bills there were. In a query I have the points available for that element multiplying by the number of bills. In the form I need the user to be able to 0 out this field in the case that element is not applicable. Right now it appears like
Points Available: [element]*[numberofbills]
Is there something else I can write in there to let it know that a 0 is acceptable as well? In the entry form this field if locked and will not allow me to 0 it out.![]()