Multiple Fore Colors in one Field

M

Mike P

I have a single result text field in which I string some numbers together in
aseparated by a comma, such as "1,5,(9),12"

Is there anyway that I can have different colored text in the same field?
In my example above, 1 would be green, 5 would be blue, and (9),12 would be
red.

Thanks,
Mike
 
D

Douglas J. Steele

I suppose it might be possible if you used an RTF control, but other than
that, no.

Why are you trying to put multiple values into a single field? That's a
violation of database normalization principles, which is a major reason why
Access doesn't provide any means of doing it.
 
M

Mike P

This is a preprocessing of codes building a summary table that is dumped into
Excel. The end result is one cell in Excel.
 
D

Douglas J. Steele

I don't believe there's anyway you'd be able to accomplish it in Access, and
then export it to Excel.
 
Top