sort an open ADO recordset

  • Thread starter Thread starter mcnewsxp
  • Start date Start date
M

mcnewsxp

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

tia,
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.

?
 
Back
Top