Hi,
base a form on the query and display the results there. Your users shouldn't really see the query itself rather then just the information displayed the way you want them to see it on a form. Then either requery the form after you run the query to reflect the changes (if the form is open all the time) or open the form after you run the query to display your results.
HTH
Good luck