Access information

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

Guest

When I change one piece of date to a different color, all information in the
database changes to that color. How can I single out individual pieces of
information for different colors?
 
Olive said:
When I change one piece of date to a different color, all information in
the
database changes to that color. How can I single out individual pieces of
information for different colors?

I would guess you could do it in VBA (programming language), but I don't
believe that there is any built in way of doing it. Unlike Word Access
seems to apply font information to fields not individual letters.

BTW where do you want to change it? In a Table, Query, Form, or Report?

If you want to display just say the day of the month in a different
color like January 23, 1986 and you wanted the 23 to be in a different
color, on a form or report, that might not be too bad. You would make three
fields all based on the same data with the first displaying just the month
the next the day of the month and the last just the year.
 
You will need to tell us where you want to change the display.

DatasheetView of Table / Query? A single Control on Form? Continuous Form?
Subform?

Describe in details whay you have now and what you are trying to achive.
 

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