I've a form with about 30 fields for user to key in the data, a close form button and a save record button.
If user key in any one of the fields and click close form button, Access to prompt user whether to save record or not
Instead of using If condition to check Is not null for every field, is there a quick way to check for any field in record is not empty?