sort an open ADO recordset

M

mcnewsxp

is there a method or way to sort on open recordset?
as in Me.Recordset.Sort = "Field"

tia,
mcnewsxp
 
M

mcnewsxp

Me.Recordset.Sort = "Field"

the above appears to work if i open the report from a button, but fails if i
go from design to display mode.

?
 
Top