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
In Perl, how do I add a value to the list, then check to see if the value exist before adding a new value
Computer playing random ads without any open windows
How do I use a volume license key on a HP computer with restore CD
Multiple Children Relationships to One Parent Table
Windows Server 2008 R2 iSCSI Initiator and HP D2D CHAP issue
Access ODBC--call failed Specified scale 255 is invalid.
USB Video Card - 32 bit on 64 bit machine?
Access VBA probplem with GetRows
gmail reciepient notification
asp.net I am trying to convert an html form into an aspx form or ? what ever. Need Help on how to to it.