Hi,
Does anybody know if you can colour rows or columns in Access?
I know you can colour every-other row, but this isn't what I need to do. I need to be able to colour certain rows or columns.
Thanks.
Hi,
Does anybody know if you can colour rows or columns in Access?
I know you can colour every-other row, but this isn't what I need to do. I need to be able to colour certain rows or columns.
Thanks.
Columns would be tricky.
You have the core Conditional Formatting feature. - so definitely look at this.
whether Report or Form you don't specify. but in general textbox controls have of course a color property - which can be manipulated in the Current or OnFormat(Report).
manipulating the background of the form/report itself is tricky as it generally affects the whole document.