Click to See Complete Forum and Search --> : Sorting recordset with code


zoom14151
October 27th, 1999, 07:29 PM
I'm access a recordset with a data control. Is there a way to sort one the field of the recordset with code.

Praba S
October 28th, 1999, 04:53 AM
Give the following statement in the recordsource property of the datacontrol.
"select * from itmemaster order by Code"
Change the tbale and field name as required.

Rgds