
Signature
____________________________
Carlos Sosa Albert
A table control is pretty easy, the matrix takes a bit more work. Chris
Hays shows a technique for the matrix:
http://blogs.msdn.com/chrishays/archive/2004/08/30/GreenBarMatrix.aspx
For a table, set the table row background color with something like this:
=iif(RowNumber(Nothing) Mod 2,"LightSteelBlue","White")
Thanks,
Steve MunLeeuw
Carlos Sosa Albert - 24 Jul 2008 18:03 GMT
Hi Steve, thanks for your reply!
I found an easier way to achieve it, through a True Type Font.

Signature
____________________________
Carlos Sosa Albert
> A table control is pretty easy, the matrix takes a bit more work. Chris
> Hays shows a technique for the matrix:
[quoted text clipped - 5 lines]
> Thanks,
> Steve MunLeeuw
Steve MunLeeuw - 25 Jul 2008 18:35 GMT
Please post your solution
Thanks,
Steve MunLeeuw