I have the following query which will run on any given date. How could I obtain the previous value for ActualBal?
i.e., if the report date is run for 5/1/21, would could I get the ActualBal for 4/30/21?
SELECT qryRMonthlySumTrans2.TransactionID, qryRMonthlySumTrans2.TransactionDate...