INeedAccessHelp
MIS
I have a form based on a query in which 3 of the fields are sorted. The users must be able to do their own sorts also. The problem with this is that when a user does sort the records on his or her own, the Order By property of the form is populated. Now, each time the form is opened, the records are sorted based on the Order By property and not the original sort in the query. I need the original sort order of the query to be in effect each time this form is opened. Is there any way to not allow the Order By property to be populated? Is there a way to change this property using the Close event of the form? If so, please give me an example of the code using 3 sort fields. Any help would be greatly appreciated. Thanks in advance.
--Rob
--Rob