Fontsize Fonttype

  • Thread starter Thread starter 123
  • Start date Start date
1

123

///Thank you
Is possible to change Font szie Fontypte using VBA in report run time...
 
Yes. Use either code in the On Format event of the section containing the
control or Conditional Formatting.
 
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
 
Youwould need to loop through every control on your form to set the font
size of every control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top