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
capture sp_depends into temptable
SBS2k8 E-mail alias already exists
How to display KML file on a Google Map?
SCCM OSD deployment to Hyper-v R2
Printing multiple divs using java script
VBA LDAP Query to retrieve all members of a group in active directory
Remove underscore from folder names and replace with space
dateDiff - combining a date selection and a time selection
perl, select rows of data into an array
Refining xi:include element to exclude data when a specific child tag's text is present.