
|
Use bold formatting in an Access message box
You can easily apply bold formatting to part of the text in a message box. To see an example, create the following procedure in a new module:
Public Sub MBox(Subject As String, Text As String, Title As String) MsgBox Subject & "@" & Text & "@@1@@1", , Title End Sub
To test the procedure, press [Ctrl]G. Then, enter and run the following code:
Sub Test MBox "Subject", "Text", "Title" End Sub
|
||||
| Search RD Techbase | ||||
![]()