mtagliaferri
Registered User.
- Local time
- Today, 00:30
- Joined
- Jul 16, 2006
- Messages
- 547
I have a text box to display the Year To Date Total and I am using
This gives me the total of all tax paid within the table 'tblPaylip'
I have to filter the Dsum between financial year based on 'PayslipDate'
e.g. if e'PayslipDate' = 15/09/2024 the date range would be from 06/04/2024 to 05/04/2025 included or if if 'PayslipDate' = 06/06/2023 the date range would be from 06/04/2023 to 05/04/2024 included
What is the DSum formula?
Thanks
Code:
=DSum("TaxPaid","tblPayslip")
I have to filter the Dsum between financial year based on 'PayslipDate'
e.g. if e'PayslipDate' = 15/09/2024 the date range would be from 06/04/2024 to 05/04/2025 included or if if 'PayslipDate' = 06/06/2023 the date range would be from 06/04/2023 to 05/04/2024 included
What is the DSum formula?
Thanks