G
Guest
I am trying to eliminate the blank lines in a report. To be specific, I have 4 fields, one below the other. Top one "Motto", next line "Translation, Next "Unit", and last 'Description. If the motto is in English, the Translation field is blank, and I would like to remove the blank line (close up the report) The label wizard closes up blank lines, but I can't figure out how it does it. I tried a 'OnFormat' expression of IIF(TranslationField = "",[TranslationField].Visible = False,[TranslationField].Visible = True). It would help if I knew what I was doing, but, since that is not the case, any assistance is more than welcome
Scott Hughes
Scott Hughes