Forum Discussion
KimRavizza
6 years agoQrew Cadet
Thanks Robert. Great idea, but I can't be sure which question they might get to before hitting "save and keep working". I've done the simplest possible thing and removed that as an option :) So now they have to save and close, which clears the fields for the next time. All good.
- AdamKeever16 years agoQrew CommanderCreate a formula that checks if any field has not been completed. Something along the lines of:
If ([field1]="" Or [field2] = "", 0,1)
Use that result for clearing the PIN.