M
MikeC
I need to sort records in a subform using VBA and have
discovered (at least I think) that there is no way to set
the OrderBy/OrderByOn properties on a subform. I know
that I can change the underlying query, but I don't want
to do that.
As a solution, I'm planning to set focus to a control on
the subform and then use RunCommand to sort the records.
Does anyone know of a better way to do this or is this a
common method?
Thanks for any useful ideas you may have.
discovered (at least I think) that there is no way to set
the OrderBy/OrderByOn properties on a subform. I know
that I can change the underlying query, but I don't want
to do that.
As a solution, I'm planning to set focus to a control on
the subform and then use RunCommand to sort the records.
Does anyone know of a better way to do this or is this a
common method?
Thanks for any useful ideas you may have.