Multiple Fore Colors in one Field

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

Guest

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
 
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.
 
This is a preprocessing of codes building a summary table that is dumped into
Excel. The end result is one cell in Excel.
 
I don't believe there's anyway you'd be able to accomplish it in Access, and
then export it to Excel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top