PC Review


Reply
Thread Tools Rate Thread

Alternate rows using bold font

 
 
*Glen*
Guest
Posts: n/a
 
      29th Dec 2009
Can anyone tell me how to make the rows in my detail section of the report
alternate between bold font and normal font to make the report easier to
read? Thanks!

Glen
 
Reply With Quote
 
 
 
 
fredg
Guest
Posts: n/a
 
      29th Dec 2009
On Mon, 28 Dec 2009 16:45:02 -0800, *Glen* wrote:

> Can anyone tell me how to make the rows in my detail section of the report
> alternate between bold font and normal font to make the report easier to
> read? Thanks!
>
> Glen


Answered elsewhere.
Please do not multi-post. If you feel you must post the same question
to more than one newsgroup (and it's seldom necessary), crosspost by
adding each additional newsgroup in the To Newsgroups: box, separated
by a comma.
This way an answer in one newsgroup will be seen in each of the
others. More readers will see the response and learn, and less time
will be spent on duplicate answers.

See Netiquette at http://www.mvps.org/access

It's a great site to visit anyway.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
Reply With Quote
 
Al Campagna
Guest
Posts: n/a
 
      29th Dec 2009
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."

"*Glen*" <(E-Mail Removed)> wrote in message
news:44E22BF3-560A-414A-A04E-(E-Mail Removed)...
> Can anyone tell me how to make the rows in my detail section of the report
> alternate between bold font and normal font to make the report easier to
> read? Thanks!
>
> Glen



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Alternate Shading for non-bold rows andreashermle Microsoft Excel Programming 1 25th Mar 2010 11:34 AM
Alternate rows with bold font *Glen* Microsoft Access Reports 22 31st Dec 2009 06:25 PM
Alternate between normal & bold text *Glen* Microsoft Access 0 29th Dec 2009 12:43 AM
Alternate lines in Bold Nikhil Microsoft Word Document Management 3 7th Jun 2008 02:45 PM
Tabbing through a form fonts alternate from normal test to bold au =?Utf-8?B?RHJpbmtib3g=?= Microsoft Access Forms 1 21st Sep 2005 06:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:07 AM.