M
Maria
I am working on a mail merge label that if the Age field is less than 13 the
ParentName field needs to appear underneath the ChildName field.
The If statement below is working correctly if there is a figure in Age
however, if that field is blank it is creating a blank label with the
ParentName in it.
{If < "13" "{mergefield ParentName}" ""}
Any ideas would be greatly appreciated. Thanks
ParentName field needs to appear underneath the ChildName field.
The If statement below is working correctly if there is a figure in Age
however, if that field is blank it is creating a blank label with the
ParentName in it.
{If < "13" "{mergefield ParentName}" ""}
Any ideas would be greatly appreciated. Thanks