Into a macro I inserted for if criteria the following condition:
[Forms]![NavigationForm]![NavigationSubform].[Report]![Field]<>"Empty"
Note That [Field] is set to short text and default value ="Empty"
The rezult is that when I run the macro I get the type mismatch error.
[Field]
? Maybe[Field].Value
or[Field].Text
- Michael Z.