I have a few questions about formatting the controls in a report.
- Does access have a stretching text control? Something that works like WordArt in Word, where you write in the text and specify the height and width, and the text's size automatically change to fit?
- How do you get rid of the padding around a TabControl?
- If a control's stretching property is set to TRUE, is there a way to know what's is size will be inside the code of the Format event?
- In a multicolumn report, is there a way to know inside the code to which column the report is currently writing to?