Hi
How do I open a report and set the Orderby property.
DoCmd.OpenReport "rptColleagueByTeam", acViewPreview, "qryColleagues", "[Shift]='" & strshift & "'"
Here is the code that opens my report, now I want to sort by 'TLsurname'
I thought I would just be able to add the order by on at the...