Access sorting fields in sub and sub-subforms.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • danisk
    New Member
    • May 2007
    • 1

    Access sorting fields in sub and sub-subforms.

    My database has a main form with a subform with several sub-subforms. When I sort data in my sub-subforms, the sort will save while viewing only the subform and sub subform but not when linked to the main form. Does anyone know how to fix this?
  • puppydogbuddy
    Recognized Expert Top Contributor
    • May 2007
    • 1923

    #2
    Originally posted by danisk
    My database has a main form with a subform with several sub-subforms. When I sort data in my sub-subforms, the sort will save while viewing only the subform and sub subform but not when linked to the main form. Does anyone know how to fix this?
    You did not provide much to go on, but try the following:
    If the Order By property is being set within your subfoms, it probably should not be set in the main form....so place your main form in design view, and blank out its Order By property if one is set. If you are setting this property via code, review the code behind the main form and correct as applicable.

    Comment

    Working...