italicized String

arkres

Registered User.
Local time
Today, 19:57
Joined
Sep 26, 2001
Messages
62
Hi,

This is probably simple, so bear with me......can someone tell me how to have a particular string appear italicized on a report or form? Thanks much.
 
I hope that I am reading your question correctly. I believe you are asking how to have a text box or a label italicized on a report. In the Design mode, right mouse click on the text box and select properties. Select the Format tab and scroll down to font italic. Select Yes on font Italic.

If you are asking how a short string in a text box could be italicized, that is a horse of a different colo(u)r.
 
Last edited:
fuzzygeek said:
I hope that I am reading your question correctly. I believe you are asking how to have a text box or a label italicized on a report. In the Design mode, right mouse click on the text box and select properties. Select the Format tab and scroll down to font italic. Select Yes on font Italic.

If you are asking how a short string in a text box could be italicized, that is a horse of a different colo(u)r.

I'm sorry. You know how it is when you're involved in a project....you think everyone knows what you're talking about. Here's a real explanation. I've created a Public function: ProgramName() As String.

ProgramName = ProgramType & " " & Country1

I would like to be able to use this string within other strings. I've had no luck with the quotation marks..............I've tried every combination. I'd really rather have the ProgramName italicized every time it is used within another string. Is this possible? Thanks a bunch.
 

Users who are viewing this thread

Back
Top Bottom