Please Help Me
How to Use Query path instead of Table Path in a Dsum Formulla?
For Instance
I have a Field Named (Qty) in a table Named (Transaction)
Now The Dsum Formula is
=DSum("[qty]","transaction","xdate<forms!frmledger!stdate")
But i want to Use Query instead of table
For instance
I...