How to create a report border that changes color w/each new secti

  • Thread starter Thread starter Felicia
  • Start date Start date
F

Felicia

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?
 
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.
 
Back
Top