Really need help please.
I have made a real simple query based on Account Type Table. There are three Account Types (SAle, No Sale, and Other). The query has two columns one is Accounttypeid with Group By and the second column is Accounttypeid COUNT. When I view the results I get the following output:
Sale - 15
No Sale - 10
Other - 25
How can I display the results of this query on an unbound form? I can't seem to figure it out.
For instance on my unbound form I want to put a label that says "total sales" and then in the text box display the result of the query above which in this example would be 15.
Please help thank You in advance
MVPEJP
I have made a real simple query based on Account Type Table. There are three Account Types (SAle, No Sale, and Other). The query has two columns one is Accounttypeid with Group By and the second column is Accounttypeid COUNT. When I view the results I get the following output:
Sale - 15
No Sale - 10
Other - 25
How can I display the results of this query on an unbound form? I can't seem to figure it out.
For instance on my unbound form I want to put a label that says "total sales" and then in the text box display the result of the query above which in this example would be 15.
Please help thank You in advance
MVPEJP