T
talktobatchu
hello
I'm using a query in MS Access 2003 in which I need to find out the sum of
"number of cases" basing upon the WHERE clause. The query looks something as
follows:
SELECT SUM(table1.numberofcases) FROM table1 WHERE (table1.countyname =
"county1", "county2", "county3"...);
whenever I write a SQL query, it shows, invalid expression comma present in
the expression. So how do I write my query in order to find the sum for all
the counties I need.
thanks for any help.
talktobatchu
I'm using a query in MS Access 2003 in which I need to find out the sum of
"number of cases" basing upon the WHERE clause. The query looks something as
follows:
SELECT SUM(table1.numberofcases) FROM table1 WHERE (table1.countyname =
"county1", "county2", "county3"...);
whenever I write a SQL query, it shows, invalid expression comma present in
the expression. So how do I write my query in order to find the sum for all
the counties I need.
thanks for any help.
talktobatchu