Different text styles in the same text box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Davide

    Different text styles in the same text box

    I am developing a bibliographic database.
    I am creating a report with bibliographic references like this:
    - Joyce, Ulysses, London, Penguin Press, 2002.
    The last string has been obtained by an expression like this:
    [author] & [text] & [city] & [publisher] & [date]
    Now there's a problem. I'd like to get different styles for the
    different fields (ex: italics for the author, underlined for the book
    title, etc).
    Is it possible?
    Thanks in advance
    Davide
  • Mike Storr

    #2
    Re: Different text styles in the same text box

    If I'm not mistaken there is a rich-text control that comes with VB that
    would allow you to do this, but I don't think anything in Access will allow
    it.

    Mike Storr



    "Davide" <madhorse@tin.i t> wrote in message
    news:16bd25b3.0 402090650.54e4e e34@posting.goo gle.com...[color=blue]
    > I am developing a bibliographic database.
    > I am creating a report with bibliographic references like this:
    > - Joyce, Ulysses, London, Penguin Press, 2002.
    > The last string has been obtained by an expression like this:
    > [author] & [text] & [city] & [publisher] & [date]
    > Now there's a problem. I'd like to get different styles for the
    > different fields (ex: italics for the author, underlined for the book
    > title, etc).
    > Is it possible?
    > Thanks in advance
    > Davide[/color]


    Comment

    Working...