Hi,
This is my first message. Here is my question:
I have one table named Expenses. There are 3 fields in that table, namely, Expense_ No, Amount and Date. There are many records in that table that show the expenses made throughout the year.
I would like to group those expenses according to specific date range: (from 15th of each month to 14th of next month) and would like to calculate totals for each date range.
I would like to list expense records like below for example:
January 15- February 14
expense record 1 detais
expense record 2 details
.....
Total =XXX
February 15-March 14
expense record 3 details
expense record 4 details....
...
Total =YYY
..
..
Grand Total=ZZZ
How can I do this? I need a code sample if possible 'cause I am not experienced in coding.
Thanks in advance
regards
This is my first message. Here is my question:
I have one table named Expenses. There are 3 fields in that table, namely, Expense_ No, Amount and Date. There are many records in that table that show the expenses made throughout the year.
I would like to group those expenses according to specific date range: (from 15th of each month to 14th of next month) and would like to calculate totals for each date range.
I would like to list expense records like below for example:
January 15- February 14
expense record 1 detais
expense record 2 details
.....
Total =XXX
February 15-March 14
expense record 3 details
expense record 4 details....
...
Total =YYY
..
..
Grand Total=ZZZ
How can I do this? I need a code sample if possible 'cause I am not experienced in coding.
Thanks in advance
regards