The following example shows how you can embed a query into a subform for users to easily view it. This works very well for crosstab or any type of query (where you want the query results controlled by a form display.)
It especially works well for crosstab type queries where the header "fields" are unknown.
BONUS: Also included is the "browser" shell for easily exporting any query to a filename and then opening that folder.
The nice thing I like about this method is that when the form is open and a user wants to navigate through the records/fields, it works just like Excel does (ie. you can push the down arrow key and it goes down to the next record but stays on that column!)