I'm using VB6 with CR4.6.1. I've created the report OK but I want to add a blank line between certain details. What I now have is something like this:

HTML Code:
A League        East         New York
                             Baltimore
                Central      St.L
                             N.O.
                West         Colorado
                             LA
What I want is:

HTML Code:
A League        East         New York
                             Baltimore
<blank line between divisions>
                Central      St.L
                             N.O.
<blank line between divisions>
                West         Colorado
                             LA
<blank line between divisions>
Eveything I try seems to affect each and every detail when I want this only between divisions. I can't seem to figure out how to do this or if this version of CR will even allow this. Anyone have a solution?

TIA,
Ken