Group field on same line

B

Basil

I have a list of data in a report. They are grouped on an
item named 'rkey'. I would like rkey to be on the same
line as all the other fields... is this possible?

To explain more, take this example. In my table of
appointments more than 1 appointment may have the same
rkey.

Wanted:

rkey appointment date appointment time
1450 12 oct 12:00
13 oct 14:00
1451 15 nov 08:00
1452 26 feb 17:00
1 mar 08:00

Can only achieve:

1450
12 oct 12:00
13 oct 14:00
1451
15 nov.....

Or

1450 12 oct 12:00
1450 13 oct 14:00
1451 15 nov....

Can it be done??

Many thanks,

And cheers for the earlier explaination of the = stuff
Duane.

Basil
 
D

Duane Hookom

Place rkey in the detail section and set the Hide Duplicates property to
Yes. If this doesn't work, there is a slightly more complex method.
 
B

Basil

So simple... thanks. I'm gonna have to push this stuff to
the limit so I may have to come back and ask for other
solution if I get stuck.

Thanks loads.
 
Top