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
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