Rick said:
Both worked the same in my tests.
That's twice today that I've misread a reply. Sorry about
any confusion/wasted effort I may have caused.
I was thinking of the section's Height not being available
in the Format event, but that wasn't the question.
While revisiting this whole issue, I did run across
something interesting(?). In a test report, I had a detail
section text box with the expression =Report.Height that
displayed the final .Height of the detail section. BUT,
when I added a line of code to the Format event that
referenced the text box, the text box displayed the design
..Height.
Looks to me like a line of VBA code that uses the text box
value in the Format event prevents the text box expression
from being reevaluated during the Print phase!?
Not that anyone would really care, but I had no idea that
VBA could have such an influence on the control expression
evaluation process.