1 123 Mar 16, 2004 #1 ///Thank you Is possible to change Font szie Fontypte using VBA in report run time...
D Duane Hookom Mar 16, 2004 #2 Yes. Use either code in the On Format event of the section containing the control or Conditional Formatting.
Yes. Use either code in the On Format event of the section containing the control or Conditional Formatting.
1 123 Mar 16, 2004 #3 Duane Hookom Thank you In reply to your post I have created this code in me detail format event Me.FontSize = Forms!frmrpt!txtfs but not worky... How to change the font size of all report control using controls in forms thank you
Duane Hookom Thank you In reply to your post I have created this code in me detail format event Me.FontSize = Forms!frmrpt!txtfs but not worky... How to change the font size of all report control using controls in forms thank you
D Duane Hookom Mar 16, 2004 #4 Youwould need to loop through every control on your form to set the font size of every control.