hi everyone,
I have a query as follow:
SELECT Est.SalesPerson, Est.TurninDt, Est.Ordernum
FROM Est
WHERE (((Est.SalesPerson)=[Forms]![SALE_REPORT_F]![INIT_IN]) AND ((Est.TurninDt)>=[Forms]![SALE_REPORT_F]![FROM_IN] And (Est.TurninDt)<=[Forms]![SALE_REPORT_F]![TO_IN]) AND ((Est.Ordernum)>0));
How can I do a count of how many record on this query. This query gime all the records all I need is count.
Can I do a Dcount so I can have the value? How can I do that?
I appreciate any help
Thanks
Chavito
I have a query as follow:
SELECT Est.SalesPerson, Est.TurninDt, Est.Ordernum
FROM Est
WHERE (((Est.SalesPerson)=[Forms]![SALE_REPORT_F]![INIT_IN]) AND ((Est.TurninDt)>=[Forms]![SALE_REPORT_F]![FROM_IN] And (Est.TurninDt)<=[Forms]![SALE_REPORT_F]![TO_IN]) AND ((Est.Ordernum)>0));
How can I do a count of how many record on this query. This query gime all the records all I need is count.
Can I do a Dcount so I can have the value? How can I do that?
I appreciate any help
Thanks
Chavito