font color

C

ChangHoon EIm

when i try to change the font color of a specific report it changes
the font color for the entire database, is there any way around this?
 
J

John Spencer

If you are doing this in datasheet view for a query or a table, then NO you
cannot cannot change the font color for just one record.

In a report, you can do so.
On a form, you might be able to do so with conditional formatting.

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
 
D

David W. Fenton

If you are doing this in datasheet view for a query or a table,
then NO you cannot cannot change the font color for just one
record.

In a report, you can do so.
On a form, you might be able to do so with conditional formatting.

If you can do it on a form, you can do it on a datasheet, I think,
since a datasheet is a form object. You'd have to use
Screen.ActiveDatasheet to do it, and reset the conditional
formatting each time you opened the datasheet, but I expect it's
completely doable (though the syntax for setting conditional
formatting in code is a little wonky, seems to me).
 

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

Top