I have a form with a combo box that I want to make sure a user always selects from, for new or existing records. I tried using the Validation properties of the control but that does nothing.
I used Is Not Null in the Validation Rule and a message in the Vlaidation Text.
Is there a better way to make sure they don't leave the form without making a selection? I would like the validation on the form and not the table.
Thank you,
I used Is Not Null in the Validation Rule and a message in the Vlaidation Text.
Is there a better way to make sure they don't leave the form without making a selection? I would like the validation on the form and not the table.
Thank you,