PRB: Error in FontBold Property Help Menu TopicArticle ID: Q115568Creation Date: 31-MAY-1994 Revision Date: 19-SEP-1996
The information in this article applies to:
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
The "FontBold Property" Help menu topic in Microsoft Access version 2.0,
incorrectly states that the FontBold property applies only to reports.
RESOLUTION
The FontBold property applies to the following controls on forms and
reports: combo boxes, command buttons, labels, list boxes, text boxes,
toggle buttons, and toggle buttons in option groups.
Note that the Print method in the "Description" section, and the Access
Basic code example in the "Remarks" section, of the Help topic only apply
to FontBold as a property of a report.
MORE INFORMATION
You can use the FontBold property to change text between bold and normal
rather than using the FontWeight property. Like the FontWeight property,
you can read and change the FontBold property in any view. For example,
FontBold=False (0) is equivalent to FontWeight=400while
FontBold=True (-1) is equivalent to FontWeight=700.REFERENCES For more information about the FontBold property, search for "FontBold," and then "FontBold Property" using the Microsoft Access Help menu. |
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.