Glen,
Usually that's done by using an alternating light shaded background
for the entire row. This would be the Access equivalent look of "graybar"
paper used in wide 15" mainframe system printouts.
I believe Ver 2007 has an alternate shading function available in report
design.
On my website below, I have a 97 and 2003 sample file called
Alternate Shading Rows that shows how to do that for earlier Access
versions.
If you must use Bold/UnBold, you should be able to rework that code to
accomplish that.
Note: In order to cut down ink costs, I now shade every 3rd line, or
even
4th line. That saves on ink, and still makes wide reports "readable." In
that
method... in whatever appropriate report section... I start a counter, and
use the
Mod operator to determine every 3rd or 4th line to shade.
Aircode:
If LineCount Mod 3 = Then do shading
Else No Shading
or
If LineCount Mod 4 = Then do shading
Else No shading
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."