This formula works fine when adding a new list item:
=[Class Date]>=TODAY()+3
Basically ensuring the user selects a date greater than two days away from current date.
I don't want the formula to be in effect if the record is an UPDATE to an existing record.
So if someone comes back to this record after completing it correctly and saving it, but now wants to update a different field I don't want this field to be editable nor do I want the validation formula to be applied to the updating of the record.
Is this possible?
