M
Mary
I have a subform on a form that I need to sort "Desc" in
code from the main form.
Thanks
code from the main form.
Thanks
Van T. Dinh said:Try:
Me.SubformControl.Form.OrderBy = "[SortField] DESC"
Me.SubformControl.Form.OrderByOn = True
[SortField] must be a Field in the Subform's RecordSource.
HTH
Van T. Dinh
MVP (Access)
-----Original Message-----
I have a subform on a form that I need to sort "Desc" in
code from the main form.
Thanks
.