is there a method or way to sort on open recordset?
as in Me.Recordset.Sort = "Field"
tia,
mcnewsxp
mcnewsxp - 31 May 2007 15:04 GMT
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.
?