T
Todd
I've got a report where I added a text box (call it signatures) in the detail
section. I've got an expression in the control source of the signature field
that shows certain fields if data is in them. The problem is that if the
certain fields (say 3 of the fields) all have data in them and the text box
field in the report is populated with them the report doesn't show all the
data. I set the Can Grow property to "Yes" but that doesn't seem to work and
the signature field width is as far as I can go on the report.
This is the expression in the control source: =('SHA-1: '+[sha1]+" ") &
('Kobe 4: '+[kobe4]+" ") & ('Kobe 8: '+[kobe8]+" ") & ('MD5: '+[md5]+" ")
& ('CDCK-16: '+[cdck-16]+" ") & ('CRC-32: '+[crc-32]+" ") & ('CRC-16:
'+[crc-16])
The expression will display whatever fields are populated and leave off the
fields that don't have anything in them. I did the expression because the
report would have alot of empty space if I actually had each table field on
the report.
Any suggestions?
section. I've got an expression in the control source of the signature field
that shows certain fields if data is in them. The problem is that if the
certain fields (say 3 of the fields) all have data in them and the text box
field in the report is populated with them the report doesn't show all the
data. I set the Can Grow property to "Yes" but that doesn't seem to work and
the signature field width is as far as I can go on the report.
This is the expression in the control source: =('SHA-1: '+[sha1]+" ") &
('Kobe 4: '+[kobe4]+" ") & ('Kobe 8: '+[kobe8]+" ") & ('MD5: '+[md5]+" ")
& ('CDCK-16: '+[cdck-16]+" ") & ('CRC-32: '+[crc-32]+" ") & ('CRC-16:
'+[crc-16])
The expression will display whatever fields are populated and leave off the
fields that don't have anything in them. I did the expression because the
report would have alot of empty space if I actually had each table field on
the report.
Any suggestions?