Hi,
I have a continuous form (Form A) which I am able to sort by clicking on the appropriate label. That is, if I wish to sort the form by last name, I click the last name label and it sorts by last name. If I click the first name label, it sorts by first name, etc. On each of the listed records in this continuous form is a "detail" button, which opens another form (Form B) which will give me a more detailed form of the record I wish to view. When I click on this "detail" button Form A stays open and Form B opens on top of it. When I close Form B, it returns to where I was in Form A. That all works fine.
The problem I am having is that when I close Form B and return to Form A I would like to maintain whatever the latest sort that I had applied to Form A. But instead it reverts back to the default sort. Could anyone suggest a way that I could maintain the latest sort? It is actually still listed in the Order By Property of Form A, but I don't know how to reapply it. I have banged my head on this for awhile and figured I would ask.
Thanks.
I have a continuous form (Form A) which I am able to sort by clicking on the appropriate label. That is, if I wish to sort the form by last name, I click the last name label and it sorts by last name. If I click the first name label, it sorts by first name, etc. On each of the listed records in this continuous form is a "detail" button, which opens another form (Form B) which will give me a more detailed form of the record I wish to view. When I click on this "detail" button Form A stays open and Form B opens on top of it. When I close Form B, it returns to where I was in Form A. That all works fine.
The problem I am having is that when I close Form B and return to Form A I would like to maintain whatever the latest sort that I had applied to Form A. But instead it reverts back to the default sort. Could anyone suggest a way that I could maintain the latest sort? It is actually still listed in the Order By Property of Form A, but I don't know how to reapply it. I have banged my head on this for awhile and figured I would ask.
Thanks.