Microsoft
Software
Hardware
Network
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
Nested Gridviews RowDataBound Event Problem
V2P (Windows 2008)
Setting Reporting Services data driven subscription Using Web Service
Should you dismount exchange database before exhange updates?
how can i find all ILO boards on a network
asp.net mssql I have a need to update records where the record column needs modifing in orde to match the Id value
Lightweight network management for mobile workforce
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Diffrence between debug & release versions
C# 4.0 convert from 12h format to 24h format.