Showing posts with label relatively. Show all posts
Showing posts with label relatively. Show all posts

Wednesday, March 21, 2012

Formatting issue

I actually have 2 problems, but both should be relatively easy.

<-- Start Resolved>
First: I am making a label for a production environment that uses 2 tables in an access database for data. The label is 3"x5". When i select the data for the label, I get the correct information, but it will always print a second, blank, page!!! How do I suppress the second (blank) page? I cannot figure out where it is coming from. For all I know, the whole report is configured wrong (I'm a newb at CR).
<End Resolved --> The label was a little too large. With the custom size, 3" x 5", I had the 5" at maybe 5.0000001" causing a page break to occur. Doh! :thumb:

Second: I need the label to always print 2 copies with the same ticket number, the first has a text field stating "Storage Copy", the second gets a text field stating "Inventory Copy". How do I do this? If I send a range of data to the label (report), I will need it to print both labels for each ticket number.

I hope someone can help. I appreciate any help available.Hi Rick,
Try the following
(1) make sure suppress Blank section option is checked
(2) copy the label and paste that below that label

Madhivanan|||These issues were resolved by (1) reducing the size of the label and (2) creating a group relationship between the body and a report footer copy.

Thanks for the input.