J
John
I am trying to utilize a button in a subform within a main
form in order to sort the subform. Here is the code I am
trying to use in order to sort the subform.
Forms![Main]![PersonnelAlpha].OrderBy = "Pager" & " DESC"
Forms![Main]![PersonnelAlpha].OrderByOn = True
Forms![Main]![PersonnelAlpha].Requery
The error message I get is "Object doesn't support this
method or property".
What is the correct syntax to call this order by method
from a subform within a form.
Thanks,
John
form in order to sort the subform. Here is the code I am
trying to use in order to sort the subform.
Forms![Main]![PersonnelAlpha].OrderBy = "Pager" & " DESC"
Forms![Main]![PersonnelAlpha].OrderByOn = True
Forms![Main]![PersonnelAlpha].Requery
The error message I get is "Object doesn't support this
method or property".
What is the correct syntax to call this order by method
from a subform within a form.
Thanks,
John