Check date field is empty
Hello all.
I'm attempting to block the add/update action if any of 3 fields are empty based upon the value of another field. I am able to determine 2 of the 3 fields are empty but the date field evaluation in the macro is completely skipped over.
You can see in the debugger screenshot that @STORE1 is not appended with the value " Needed By".
How do I determine if a date field is empty?

Thanks for any and all assistance.
Comentarios
2 comentarios
IF @STORE2 < '1900-01-01'
BEGIN
Action
END
Hi Geoff.
That worked. Thank you very much!
Iniciar sesión para dejar un comentario.