G
Guest
I have a macro that opens a form and then sorts the data. As far as I can
tell it's not doing any of the sorting. Is there something wrong with this
code?
DoCmd.OpenForm "Events Scoring"
Me.OrderBy = "LevelPlayed, Match1"
Me.OrderByOn = True
Thanks in advance
tell it's not doing any of the sorting. Is there something wrong with this
code?
DoCmd.OpenForm "Events Scoring"
Me.OrderBy = "LevelPlayed, Match1"
Me.OrderByOn = True
Thanks in advance