R
Rudy W.
To make complex statistics I fill up tables using queries
(DoCmd.RunSQL strSQL). In a second step I use these
tables to start counting and filling up the result
tables, using queries again.
The amounts I found in my results were always too big
until I ran my program step by step, then I got the
correct amounts.
It looks as if the amounts I get from a query are beeing
added or overwritten by the ones of the next query...
What could have happend?
(DoCmd.RunSQL strSQL). In a second step I use these
tables to start counting and filling up the result
tables, using queries again.
The amounts I found in my results were always too big
until I ran my program step by step, then I got the
correct amounts.
It looks as if the amounts I get from a query are beeing
added or overwritten by the ones of the next query...
What could have happend?