S
(Shovel)
Guest
This time for Access.
I'm keep my bank acount record in an access database and I track each transaction - like my own bank statement really.
I want to make a report that will show transactions for this week - starting on monday but I really don't know how.
Each transaction has a "Date" property in Date format and I know I can estalish what day of the week that falls on (from 1 to 7) but I really don't know where to start with coding an algorithm to find the "start date" of this weeks monday. I might also want to look at transactions week by week and be able to look back. Short of having it prompt for "What was the date of monday this week" can someone help me get it working as described?
I'm keep my bank acount record in an access database and I track each transaction - like my own bank statement really.
I want to make a report that will show transactions for this week - starting on monday but I really don't know how.
Each transaction has a "Date" property in Date format and I know I can estalish what day of the week that falls on (from 1 to 7) but I really don't know where to start with coding an algorithm to find the "start date" of this weeks monday. I might also want to look at transactions week by week and be able to look back. Short of having it prompt for "What was the date of monday this week" can someone help me get it working as described?