Access:
I have a form that doesnt reflect the order the query it is based on is showing. I Sort on 2 fields. However my form only shows the correct sorting for 1 field and not the other. Any ideas?
Printable View
Access:
I have a form that doesnt reflect the order the query it is based on is showing. I Sort on 2 fields. However my form only shows the correct sorting for 1 field and not the other. Any ideas?
Code:Me.OrderBy = "ref #, MonthEnd"
Me.OrderByOn = True