
Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
Ok, Lets take me advise me on a particular part.
How To sort the records of a Report details section based on a Field/Cotrol
"EmplCodes"
Please answer me in code method, so that I can use it at details section,
which will give further idea to solve it.
Very best regards.
Irshad.
> Hi,
> not sure i understand what you need, but perhaps this is something what you
[quoted text clipped - 19 lines]
> >
> > Irshad
Alex Dybenko - 08 Sep 2005 14:24 GMT
Hi,
You can try to use Report Open event to set order:
Me.OrderBy = "EmplCodes"
Me.OrderBy = true
Why dont you set this in report "Sorting and Grouping" dialog?

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Ok, Lets take me advise me on a particular part.
> How To sort the records of a Report details section based on a
[quoted text clipped - 34 lines]
>> >
>> > Irshad