K
Katt
I want to create a report that shows the results of 6
different queries. Is this possible?
-Katt -lost in Spokane
different queries. Is this possible?
-Katt -lost in Spokane
I want to create a report that shows
the results of 6 different queries. Is
this possible?
Katt said:I have 6+ queries that gather the "count" of yes/no
records - yes values only. I want a report to take and
give me a listing of the outcome of each query on one
report printout.
This is since I could not create one query to report
the "count" of yes answers for each field. All it would
give me is the count of records period. Never just the
yes/true answer. I created one query per category I
needed to retrieve.
Now I want to combine it all onto one report to printout
at the end of the month.
-Katt
Thanks Marshall -
Now my problem is making sense of what you have written
(LOL). I can create queries/reports/forms but only in
design or with a wizard. I have never tried SQL. How can
I take your statements and make them work for the layman?
-----Original Message-----
Thanks Marshall -
Now my problem is making sense of what you have written
(LOL). I can create queries/reports/forms but only in
design or with a wizard. I have never tried SQL. How can
I take your statements and make them work for the layman?
Create a new query without bothering picking a table, and
switch to SQL view. Next, Copy/Paste my sample SQL
statement into the SQL view of the new query, replacing
whatever Access already had there. Then, change the "f1",
"f2", etc to your own field names and change "table" to your
table name.
Now switch back to design view. It should look more
familiar to you so you can make any additional changes in
the QBE grid.
--
Marsh
MVP [MS Access]
value
of
.
Katt said:I copied the statment but when I change the f1 to my field
name as stated in the table, I get an error message.
Would that have anything to do with my field names having
spaces in them?