Re: Printing a Delta (Greek triangle like charcter)
From: Dirk Goldgar (dg_at_NOdataSPAMgnostics.com)
Date: 08/20/04
- Next message: tina: "Re: Automatically updating fields"
- Previous message: Ken Snell [MVP]: "Re: Send data to Excel using "OutputTo""
- In reply to: Tom Ross: "Printing a Delta (Greek triangle like charcter)"
- Next in thread: Tom Ross: "Re: Printing a Delta (Greek triangle like charcter)"
- Reply: Tom Ross: "Re: Printing a Delta (Greek triangle like charcter)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Aug 2004 17:39:09 -0400
"Tom Ross" <tomross@pipebendersinc.com> wrote in message
news:u43w42uhEHA.1972@TK2MSFTNGP09.phx.gbl
> I have forms and reports that deal with purchase orders that have
> frequent revisions. We add a delta (triangle) to the line item that
> is being revised
>
> How do I print a delta character with VB? How can I enter one on a
> form?
>
> Thanks
You're going to need to use either a graphic or a font that includes the
delta character. On my computer, the Symbol font has this character as
Chr(68), the equivalent of a capital "D" in the more common fonts. You
won't be able to mix fonts within a single control (unless you use a
third-party rich textbox control), so you'll want to create a separate
text box on forms and reports, set to the Symbol font or its equivalent,
just to hold the delta character.
-- Dirk Goldgar, MS Access MVP www.datagnostics.com (please reply to the newsgroup)
- Next message: tina: "Re: Automatically updating fields"
- Previous message: Ken Snell [MVP]: "Re: Send data to Excel using "OutputTo""
- In reply to: Tom Ross: "Printing a Delta (Greek triangle like charcter)"
- Next in thread: Tom Ross: "Re: Printing a Delta (Greek triangle like charcter)"
- Reply: Tom Ross: "Re: Printing a Delta (Greek triangle like charcter)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|