Each record in my database can contain name details of up to 4 individuals. A report listing Surname, Forename and Title of all the people in the database has blank lines when only the the first one, two or three sets of personal details have been used in a record.
Is there a way to produce such a report eliminating the blank lines perhaps using such functions as 'if' or 'isblank to pass over the unwanted fields without attempting to print them?
Is there a way to produce such a report eliminating the blank lines perhaps using such functions as 'if' or 'isblank to pass over the unwanted fields without attempting to print them?