D
Darby Holmes
I attempted to implement the following old post - although
at the end of each row (starting at 1) it added 2 each
time - how can I make it such that the numbers don't show
up at all??:
Here's one way, if you are using Access 2000 or later...
1. Put an unbound textbox on the Detail section of the
report, with its
Control Source set to =1 and its Running Sum property set
to Over All,
name it for example RowCounter, and set its ForeColor to
white.
2. Size this textbox to cover the entire section, and
then click the
Format|Send To Back menu.
3. Then go to the Format|Conditional Formatting menu, and
enter a
condition Expression Is: Report.RowCounter Mod 2 = 1 and
set the forecolor and
backcolor both to grey.
at the end of each row (starting at 1) it added 2 each
time - how can I make it such that the numbers don't show
up at all??:
Here's one way, if you are using Access 2000 or later...
1. Put an unbound textbox on the Detail section of the
report, with its
Control Source set to =1 and its Running Sum property set
to Over All,
name it for example RowCounter, and set its ForeColor to
white.
2. Size this textbox to cover the entire section, and
then click the
Format|Send To Back menu.
3. Then go to the Format|Conditional Formatting menu, and
enter a
condition Expression Is: Report.RowCounter Mod 2 = 1 and
set the forecolor and
backcolor both to grey.