T
Tim
Hi folks,
Could anyone tell me the character codes for "Ctrl+B"?
Thanks.
Tim.
Could anyone tell me the character codes for "Ctrl+B"?
Thanks.
Tim.
the "bell" sound and was 007. And <enter/Return/ was-----Original Message-----
Thinking back to my Apple II days... the Ctrl-G was
the "bell" sound and was 007. And <enter/Return/ was-----Original Message-----
Thinking back to my Apple II days... the Ctrl-G was
and the current date in a bold style on a report at the-----Original Message-----
Hey, Tim. I'm not familiar with Lotus Notes beyond spelling them.
Other than the SendKeys - which goes against the 10 Commandments of Access...
You can set the FonBold Property in VBA. This is from the VBA help file:
FormFontBold Property Example
The following Print event procedure prints a report title
might just be Alt-2 on the keypad as well.Private Sub ReportHeader0_Print(Cancel As Integer, _
PrintCount As Integer)
Dim MyDate
MyDate = Date
Me.FontBold = True
' Print report title in bold.
Me.Print("Sales Management Report")
Me.Print(MyDate)
End Sub
I really thought the ASCII code of 002 would work. It
and the current date in a bold style on a report at the-----Original Message-----
Hey, Tim. I'm not familiar with Lotus Notes beyond spelling them.
Other than the SendKeys - which goes against the 10 Commandments of Access...
You can set the FonBold Property in VBA. This is from the VBA help file:
FormFontBold Property Example
The following Print event procedure prints a report title
might just be Alt-2 on the keypad as well.Private Sub ReportHeader0_Print(Cancel As Integer, _
PrintCount As Integer)
Dim MyDate
MyDate = Date
Me.FontBold = True
' Print report title in bold.
Me.Print("Sales Management Report")
Me.Print(MyDate)
End Sub
I really thought the ASCII code of 002 would work. It
consulting company that did a lot with it. I don't like-----Original Message-----
I've never used it, but a friend of mine owned a