Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional Formatting. 1

Status
Not open for further replies.

Ed2020

Programmer
Nov 12, 2001
1,899
GB
Hi all,

I need to create a subform, which will be displayed in datasheet view, and apply conditional formatting to each row based upon the value in a single column.

So far, no problems at all, however I have eight separate conditions and Access 2003 only allows up to three.

Placing code behind the subform to evaluate the condition and format the controls works fine until I display for form in datasheet view, and then it doesn't work anymore.

Could anyone point me in the right direction with this please?

Many thanks,

Ed Metcalfe.

Please do not feed the trolls.....
 
Thank you PHV, that looks promising.

Ed Metcalfe.

Please do not feed the trolls.....
 
Ed,
You can extend the conditional formatting through code, but in a continous form or datasheet view you can not get more than three at a time. I think you would have to go with something like a flexgrid or listview if that is what you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top