I have a database of clients in which there are 6 fields set aside for address lines. There is also a field called "namelines" that has a value of 1 to 6. This value shows how many fields are actual names of clients and not address portions. Is there a way to have my report show only the name lines based on the field "namelines"?
e.g.
address1 John Doe
address2 Jane Doe
address3 123 Main Street
address4 Cleveland, OH 44122
address5
address6
namelines 2
address1 James Smith
address2 456 Main Street
address3 Cleveland, OH 44122
address4
address5
address6
namelines 1
address1 Jack Smith Cust for
address2 01/01
address3 Jay Smith **DECEASED**
address4 UND MI UNIF GIFTS TO MIN ACT
address5 2614 Main Street
address6 Cleveland, OH 44122
namelines 4
So the report would show the following information:
John Doe
Jane Doe
John Smith
Jack Smith Cust for
01/01
Jay Smith **DECEASED**
UND MI UNIF GIFTS TO MIN ACT
for each one of those entries. At the moment I'm listing all address lines, but I'm winding up with a lot of blank space and I feel that if I can use the namelines data, then I should definitely try.
e.g.
address1 John Doe
address2 Jane Doe
address3 123 Main Street
address4 Cleveland, OH 44122
address5
address6
namelines 2
address1 James Smith
address2 456 Main Street
address3 Cleveland, OH 44122
address4
address5
address6
namelines 1
address1 Jack Smith Cust for
address2 01/01
address3 Jay Smith **DECEASED**
address4 UND MI UNIF GIFTS TO MIN ACT
address5 2614 Main Street
address6 Cleveland, OH 44122
namelines 4
So the report would show the following information:
John Doe
Jane Doe
John Smith
Jack Smith Cust for
01/01
Jay Smith **DECEASED**
UND MI UNIF GIFTS TO MIN ACT
for each one of those entries. At the moment I'm listing all address lines, but I'm winding up with a lot of blank space and I feel that if I can use the namelines data, then I should definitely try.