If you run a query it is NOT opening the table, its is opening the query based on the table with your sorting/filtering.
If you want to open a table unfiltered, then open the table directly. then open the query if you want the sorting or filtering.
Or you use a form to display the table in datasheet mode, then apply filters and sorts through the form.