G
gatarossi
Dear all,
I'm trying to do a consult in ms access. Then I have one criteria that
the user need to insert the value.
SELECT table1.entity, Sum(table1.sales_quantity) AS Expr1
FROM table1
GROUP BY table1.entity
HAVING (((table1.entity)=[Insert de Data:]));
But I don´t known what to do when the user want the all information,
whithout criterias...
How can I do it?
Thanks a lot!!!
André.
I'm trying to do a consult in ms access. Then I have one criteria that
the user need to insert the value.
SELECT table1.entity, Sum(table1.sales_quantity) AS Expr1
FROM table1
GROUP BY table1.entity
HAVING (((table1.entity)=[Insert de Data:]));
But I don´t known what to do when the user want the all information,
whithout criterias...
How can I do it?
Thanks a lot!!!
André.