Coloring a single column in a subform datasheet.

  • Thread starter Thread starter Frank Martin
  • Start date Start date
F

Frank Martin

I need a single subform datasheet column tinted with a
single color. Can someone help. Frank
 
Frank Martin wrote:
| I need a single subform datasheet column tinted with a
| single color. Can someone help.

Use conditional formating for your textbox:

expresion: true
choose your backup color
 
Krzysztof Naworyta said:
Frank Martin wrote:
| I need a single subform datasheet column tinted with a
| single color. Can someone help.

Use conditional formating for your textbox:

expresion: true
choose your backup color


Thank you, this worked well.

I used an expression to change the colour in certain fields.

Frank
 
Back
Top