What is wrong with this query?...
update table1
set brand = 'Acer',Server_Size='Low-Range',Sales_Chl='Direct',CountQ1=Sum(Q1)
where brandid = 'Acer' and Q2_1_1 > 0 and Q3_1_1 > 0
in access it gives error as
You tried to execute a query that dosen't include Brand as an aggregate function.
Any idea..
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|