Forms datasheet view

B

brad mcculloch

Hi All.

Any idea how to control the font size of a form in
datasheet view?

Thanks
B
 
G

Glenn

From the Database window menu

Tools > Options > Datasheet

or in code

Me.DatasheetFontHeight = 8

Glenn.
 
Top