Question : How do you change the font of the datasheet on a subform?

I have datasheet on a subform. I changed all the controls' font from the properties window. When I run the form it again goes back to Ariel.

How can I solve this problem?

thanks

Answer : How do you change the font of the datasheet on a subform?

Private Sub Form_Load()
    Me.DatasheetFontName = "Arial"
End Sub


mx
Random Solutions  
 
programming4us programming4us