Ok. Heres thes problem I'm having. I have a report with two text boxes in the detail section. They get there values from a rather large complex UNION query. That all works fine. The problem I have is I need to adjust the hieght of the detail section based on the string in one of the text boxes. Like so:
Information requested 4
-English 2
-French 2
The problem Is I can't just set the height to what I need in design view because it groups everything together. I also can't change the the way the data is passed to it because I need it to follow this order. I have tried doing the formatting in the Detail_Format event but it tells me that the property can't be changed because the print event has already occured. Any ideas would be greatly appreciated, Thank you in advance.
Information requested 4
-English 2
-French 2
The problem Is I can't just set the height to what I need in design view because it groups everything together. I also can't change the the way the data is passed to it because I need it to follow this order. I have tried doing the formatting in the Detail_Format event but it tells me that the property can't be changed because the print event has already occured. Any ideas would be greatly appreciated, Thank you in advance.