I have set up a a validation rules for a text box - 'Is Not Null' and a validation text "please enter date"Howvever when I test it the resulting message is "The Microsoft jet engine does not recognise "as a valid field name or expression"
Actually any of the expressions including the original Is Not Null should work too.
I was thinking of Conditional Formatting where complete expressions must be used.
The message is very strange and suggests corruption of the form.
I'm interested, where at the Form level will Is Not Null work? Not in VBA code. Not in the Validation Property in Design View. And one has to assume that the Validation is being done at the Form level, since the OP speaks of "validating" a Textbox.
Is Not Null will work, I believe, in Queries/SQL statements, as a Criteria, but that certainly isn't germane to this discussion.