I've got a calculate command button on a form and when it is clicked, a query runs. I do not want the query pop up. Instead, I want to send the result of that query to the form. Displaying something like The result is: blablabla...How can I do this? What is the way to get the result of a query and display it on the form?