<br>That's, "either"..., we'll see multicolor reports from now on.<br><br><br>Dim strGrey<br><br>Sub Report_Open(cancel as integer)<br> strGrey = &Hc0c0c0<br>End sub<br><br>Sub DoGrey()<br> me.section(0).backColor = IIF(strGrey, &Hc0c0c0, &HFFFFFF)<br> strGrey = not strGrey 'toggle the color, any color<br>End Sub<br><br><br>Sub Detail_Format(Cancel as Integer, FormatCount as Integer)<br> DoGrey<br>End Sub<br><br><br>Let me know if this worked for you.<br><br><br><br> <p>Amiel<br><a href=mailto:amielzz@netscape.net>amielzz@netscape.net</a><br><a href= > </a><br>