display result of query on form

boxster

Registered User.
Local time
Today, 05:44
Joined
Jan 10, 2003
Messages
34
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?
 
Create a form based on the query. Open the form instead of the query and you should be good to go...

hth,
Jack
 

Users who are viewing this thread

Back
Top Bottom