ultimatewilliam
Programmer
my records look like this:
fld1 fld2
Countries AA
USA AA
Japan AA
Australia AA
Cities BB
New York BB
Tokyo BB
Sidney BB
my report must be grouped by fld2. skip the first record when the group has changed because the first record in the group will be used as header. it should look something like this:
Countries
USA
Japan
Australia
Cities
New York
Tokyo
Sidney
any bright idea on how to make this work will be highly appreciated. thanks!
fld1 fld2
Countries AA
USA AA
Japan AA
Australia AA
Cities BB
New York BB
Tokyo BB
Sidney BB
my report must be grouped by fld2. skip the first record when the group has changed because the first record in the group will be used as header. it should look something like this:
Countries
USA
Japan
Australia
Cities
New York
Tokyo
Sidney
any bright idea on how to make this work will be highly appreciated. thanks!