Hello everybody,
All is about a Music Database with CD Titles and Artists.
I have one table with the name CDTitles. From this particular Table I produce several queries. Like, “Total CD Titles”, “Total money paid”, “Total Tracks”, etc.
I intent to create a big number of queries and to display them in one Form only, called “Statistics”.
As I know in an Access Form on the Properties window you have to declare the source. But, you can declare only one source. And this is my problem. I don’t have only one source but many. The queries are my sources.
Also, I don’t want to use subforms. Just plenty of Edit Boxes or Labels.
I guess through VBA it could be more practical to solve this problem, BUT I don’t know how.
Any ideas?
Thank you !
P.S.: I use Access 2007.
All is about a Music Database with CD Titles and Artists.
I have one table with the name CDTitles. From this particular Table I produce several queries. Like, “Total CD Titles”, “Total money paid”, “Total Tracks”, etc.
I intent to create a big number of queries and to display them in one Form only, called “Statistics”.
As I know in an Access Form on the Properties window you have to declare the source. But, you can declare only one source. And this is my problem. I don’t have only one source but many. The queries are my sources.
Also, I don’t want to use subforms. Just plenty of Edit Boxes or Labels.
I guess through VBA it could be more practical to solve this problem, BUT I don’t know how.
Any ideas?

Thank you !
P.S.: I use Access 2007.