From: Felicia on
I want to create a report in Access that has a border color change each time
the section changes.

For example:
Green border for all Learning courses
Red border for all Technical courses, etc.

Any suggestions?
From: Duane Hookom on
The first step is to add a field to your table of courses to store the color.
Then add some code in the On Format event of your report section to change
the border color of a control.

--
Duane Hookom
Microsoft Access MVP


"Felicia" wrote:

> I want to create a report in Access that has a border color change each time
> the section changes.
>
> For example:
> Green border for all Learning courses
> Red border for all Technical courses, etc.
>
> Any suggestions?