DataSheet Font

  • Thread starter Thread starter JamesJ
  • Start date Start date
J

JamesJ

In Access 2007 I understand when you change the font for Data Sheets from
Access Options the new font only is pertinent to new data sheets not
existing ones.
How do I get the new font to show in existing Split Forms? Do I need to
delete the form and start over??
There must be an easier way!

James
 
Found out I can set the font in the OnOpen of a form with:
Me.DataSheetFontName = "Arial"

James
 
Back
Top