in a query is there any way to autosum numbers at the end of a query. for examble i want it to autosum a query on doctors hours which works with decimals. please help. if i didn't explain my self enuf just tell me and i will trie to explain better. thanks
Summing: you can use a separate summation query. If for some reason you must do this in the same query, you could then pull the summing query up with the original as a new query. BUT: this would give you your sum, but it would be listed in every record. <br>
It might be possible to slap a sum function together to get your total. BUT: This might lead to the same effect as above.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.