Background color in a sub-form

K

Kari

I want to edit the background color for two specific columns in a sub-form
data sheet. I can only get the entire data sheet background color to change.
How do you change the background color of specific columns?
 
R

Rob Parker

You can't do that in a datasheet form. If you really need to do it, set
your form to Continuous mode and design it to emulate a datasheet (except
that it's not really a datasheet, so users can't change column widths, etc);
you can then set background colours for each textbox in the form.

HTH,

Rob
 
Top