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
Group and ungroup a password-protected sheet?
paypal withdrawl
Deleted Active Directory Administrator account
Cross-forest trust: The domain controllers required to find the selected objects in the following domains are not available
RHCE Exam
View Composer agent initialization state error (2): Failed to redirect profiles directory (waited 0 seconds)
Convert chinese caracters
Application level firewall
Restoring files of users on SBS 2008
Calculating linear regression by Java code as done in Microsoft Excel