I am currently developing a database application that stores customers' names and addresses. I have created three fields for each line of the address and three more for the town/city/postcode info. Not many people use the second or third address fields, so I would like to suppress the resulting blank lines that occur in reports. I have tried using the 'CanShrink' property, but it only works under certain conditions. Surely it would be possible create a larger text box and then combine all three fields via an expression that would automatically remove the blank lines? There must be a neater way round my problem than simply reformatting the report. Any help is greatly appreciated.