I remember seeing once a simple method which could change the way the records in a form were sorted, but I can't find it again.
The present alternatives I have are to assign different SQL to the Me.RecordSource property, but that can get messy when I use other SQL assignments.
I've also looked at the OrderBy property, but I haven't been able to set it.
Me.OrderBy causes a compile error: Invalid use of property. The help files don't give any examples as to how to set this in code.
Could anyone help, or know of that third illusive method which is really what I'm after? 101 ways to do it with VB, 99 more things to learn.
The present alternatives I have are to assign different SQL to the Me.RecordSource property, but that can get messy when I use other SQL assignments.
I've also looked at the OrderBy property, but I haven't been able to set it.
Me.OrderBy causes a compile error: Invalid use of property. The help files don't give any examples as to how to set this in code.
Could anyone help, or know of that third illusive method which is really what I'm after? 101 ways to do it with VB, 99 more things to learn.