I have 3 computed fields that are populated by a button that that picks options from a keyword list.
I need to ensure that these fields are completed before the document is saved so need some form of validation. Obviously I can’t use input validation as they are computed fields. I need to prompt the user to click on the button if there is nothing in the computed fields. Any ideas?
Put code in the QuerySave event to check for these values. Most prefer to do most or all validations in the QuerySave so you can present a single message with all the validation information rather than one field at a time.