Hi,
I wonder if anybody can help. We have a customer database that stores the different parts of the customer address separately i.e. customer.add1, customer.add2, etc.. Sometimes some of the fields will be blank, so for formatting reasons, when we print the address on a report we concatenate the separate parts of the address into a single string, eradicating any fields where len = 0, store in a report variable and print the variable.
What we would like to do is set it up so that certain elements of the address print in bold i.e.
add1,
add2,
add3
add4
I know we could create an individual field on the report for each element of the address and format those individually, but because of the aforementioned formatting problems we don't want to do that.
Does anybody have any ideas? Any help is much appreciated.
I wonder if anybody can help. We have a customer database that stores the different parts of the customer address separately i.e. customer.add1, customer.add2, etc.. Sometimes some of the fields will be blank, so for formatting reasons, when we print the address on a report we concatenate the separate parts of the address into a single string, eradicating any fields where len = 0, store in a report variable and print the variable.
What we would like to do is set it up so that certain elements of the address print in bold i.e.
add1,
add2,
add3
add4
I know we could create an individual field on the report for each element of the address and format those individually, but because of the aforementioned formatting problems we don't want to do that.
Does anybody have any ideas? Any help is much appreciated.