I want to get the final height of a multi-line text box in an Access report so that I can align vertically smaller, one-line boxes, to that expanded one.
So that they end up looking like this:
It seems the only way to know the expanded size is in the Print event, and it's too late there because one can't move already drawn boxes. And yes, I've tried the Format event, but there the height is the one given before growing, at design time. Does anyone know of an alternative? Maybe an add-on textbox control with this capability? Or an add-on function to get the Textbox.Height just before the Print event occurs?