I am trying to write a macro that runs another macro based on a field being null. I cannot figure out how to check for an empty field. IsBlank does not work.
My Formula:
(LICENSE.LicenseSta = 'Canc') and (LICENSE.LicenseCan ='' )
What type of field is your LICENSE.LicenseCan ?? If it is boolean, you can test it for 'yes' or 'no' but I do not believe it has an "empty" property.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.