I cannot for the life of me figure out how the data validation property on a combobox control on a form works! Maybe it is the fact that it is a subform in datasheet view - who knows - but everytime that I try something for the validation rule, nothing happens. What I want is supposed to be simple:
I have tried this code too many different ways to document here, but someone please explain to me what the correct expression should be.
The field should not be blank and the user has a value list to choose from - Primary or Assistant. Limited to list and no edits to list. But when the form pops up (which actually contains the subform for a Junction table) they can choose a name from the first field and still leave the repRole field blank with no warning message.
Thanks for the help in advance!
Code:
Is Not Null
The field should not be blank and the user has a value list to choose from - Primary or Assistant. Limited to list and no edits to list. But when the form pops up (which actually contains the subform for a Junction table) they can choose a name from the first field and still leave the repRole field blank with no warning message.
Thanks for the help in advance!