I have two questions regarding filtering and sorting.
1) On some of my forms, I do not seem to be allowed to filter the data. This is particularly annoying for one table that has over 3500 records in it. I have some forms that allow filtering when I bring them up in a stand alone mode but when they are opened by another form they won't allow it. Any ideas or ways to guarantee filtering to be turned on?
2) When I want to remove a filter, it also removes the sort. For example, I have a list of people that I have sorted by last name. I might want to filter it to just those whose name begins with "P". After I'm done, I want to go back to the complete list. Right now I have to remove the filter/sort and the re-sort or else the names come out in some odd order. Is there a way to prevent this? Is there an event that is triggered that I could override and do a sort so the user doesn't have to?
1) On some of my forms, I do not seem to be allowed to filter the data. This is particularly annoying for one table that has over 3500 records in it. I have some forms that allow filtering when I bring them up in a stand alone mode but when they are opened by another form they won't allow it. Any ideas or ways to guarantee filtering to be turned on?
2) When I want to remove a filter, it also removes the sort. For example, I have a list of people that I have sorted by last name. I might want to filter it to just those whose name begins with "P". After I'm done, I want to go back to the complete list. Right now I have to remove the filter/sort and the re-sort or else the names come out in some odd order. Is there a way to prevent this? Is there an event that is triggered that I could override and do a sort so the user doesn't have to?