changing certain font

  • Thread starter Thread starter stephendeloach via AccessMonster.com
  • Start date Start date
S

stephendeloach via AccessMonster.com

Is there a way to change certain font in a form? I have a description field
and in the field I will have, for example, Hrs on Daywork Drilling 6/1/07 to
6/17/07, is there a way I can change the font of 6/1/07 to 6/17/07 to a
smaller size?
 
You can change it on the property sheet or using the formatting menu. You can
also change it dynamically in code. If the field name is description on a
form called MyForm then it would be ME.Description.fontsize=8
 

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