I have a very complex mail-merge that is creating a membership directory. Some of the fields I would like to have separated by a tab but whether or not the tab character is inserted into the document depends on whether or not the field following the tab is NULL. I don’t want to insert the tab if the field is NULL. I can insert conditional text in the document and test whether the field is NOT NULL but there is no way to specify that the text in the “Then” field is supposed to be a tab character because the field does not recognize regular expressions. If I put the regular expression for a tab character in the “Then” field it just prints a backslash t in the merged document.
Any ideas?