J
Jahlu
This one should be pretty simple. I am trying to set up a condition in my
macro which will open a message box if a field on my form is null or does not
pull up any information. For my condition, I have tried...
[field] is null
and...
[field] = ""
The first condition did nothing regardless of whether the field was
populated or not. The second condition I tried did nothing when the field was
populated but gave me a "Type Mismatch" error message when the field was not
populated. Any assistance would be greatly appreciated!
macro which will open a message box if a field on my form is null or does not
pull up any information. For my condition, I have tried...
[field] is null
and...
[field] = ""
The first condition did nothing regardless of whether the field was
populated or not. The second condition I tried did nothing when the field was
populated but gave me a "Type Mismatch" error message when the field was not
populated. Any assistance would be greatly appreciated!