Combining data, then formatting part of it...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

So I have this list. It is a bunch of songs. I used an expression to put two
fields together. Here it is: =([trackname] & " - " & [artistname])
The question I have is there a way to have the second portion, the
artistname, be in Italics?

thanks in advance,

joe
 
So I have this list. It is a bunch of songs. I used an expression to put two
fields together. Here it is: =([trackname] & " - " & [artistname])
The question I have is there a way to have the second portion, the
artistname, be in Italics?

thanks in advance,

joe

Within one Access control?
No. Not using Access as shipped.

You might want to take a look at Stephen Lebans' MixedBold method at:
http://www.lebans.com/mixbold-plain.htm
 
Back
Top