Is there a way to change where a field prints on a report dynamically ? I have a 3 line address. It prints in the detail portion of the report. It starts in the upper left, the 2nd line below it and the 3rd line below that one.
I want to be able to change attributes of those 3 lines at print time or before print time. I have a form that has 30 labels on it. 3 columns of 10. Sometimes I print one address and I waste all the other 29 labels. Of course I could peel one off and always put in as label 1. I was just trying to be able to type in a number from 1-30 on a form before I print in an unbound field and then change where the label prints on the report based on this field.
I was trying something like Reports!"reportname.top = 6 but it gives an error. I tried the same ON DETAIL of the report in the FORMAT and/or PRINT sections to no avail. Am I using the correct controls or this not possible?
Remember when... everything worked and there was a reason for it?
I want to be able to change attributes of those 3 lines at print time or before print time. I have a form that has 30 labels on it. 3 columns of 10. Sometimes I print one address and I waste all the other 29 labels. Of course I could peel one off and always put in as label 1. I was just trying to be able to type in a number from 1-30 on a form before I print in an unbound field and then change where the label prints on the report based on this field.
I was trying something like Reports!"reportname.top = 6 but it gives an error. I tried the same ON DETAIL of the report in the FORMAT and/or PRINT sections to no avail. Am I using the correct controls or this not possible?
Remember when... everything worked and there was a reason for it?