Form, Query, Table.
You can use the DatasheetFontWeight property to specify the line width of the font used to display and print characters for field names and data in Datasheet view.
Note The DatasheetFontWeight property applies to all fields in Datasheet view and to form controls when the form is in Datasheet view.
In Visual Basic, the DatasheetFontWeight property setting uses the following Integer values.
Setting | Description |
100 | Thin |
200 | Extra Light |
300 | Light |
400 | (Default) Normal |
500 | Medium |
600 | Semi-bold |
700 | Bold |
800 | Extra Bold |
900 | Heavy |
You can also set Normal and Bold for this property by clicking Font on the Format menu in Datasheet view. In the Font dialog box, the only available font weight settings are Regular (identical to Normal) and Bold.
Another method of setting only the Regular and Bold properties is to use the Datasheet Formatting toolbar.
DatasheetFontItalic, DatasheetFontUnderline Properties; DatasheetFontName, DatasheetFontHeight Properties.
See the DatasheetFontName, DatasheetFontHeight properties example.