G
Guest
Hello to everyone
I have a query based on this SQL:
SELECT customerstats.all_customers AS ASB1, customerstats_1.all_customers AS
ASB2, 25000 AS GSB, Int((0.5*([ASB1]+IIf(IsNull([ASB2]),0,[ASB2])))) AS ASB,
[Tot]*IIf(IsNull([GuaranteedFeePerBuy]),0,[GuaranteedFeePerBuy]) AS [Gross
Receipts], Count(vodstats.ID) AS Tot
FROM....
WHERE....
GROUP BY...
When I run the query, I get prompted to enter values for Tot, ASB1, ASB2 .
How can I avoid those prompts?
Thanks a lot.
I have a query based on this SQL:
SELECT customerstats.all_customers AS ASB1, customerstats_1.all_customers AS
ASB2, 25000 AS GSB, Int((0.5*([ASB1]+IIf(IsNull([ASB2]),0,[ASB2])))) AS ASB,
[Tot]*IIf(IsNull([GuaranteedFeePerBuy]),0,[GuaranteedFeePerBuy]) AS [Gross
Receipts], Count(vodstats.ID) AS Tot
FROM....
WHERE....
GROUP BY...
When I run the query, I get prompted to enter values for Tot, ASB1, ASB2 .
How can I avoid those prompts?
Thanks a lot.