Hi guys,
sorry my first post here and I cannot find what I need on the search so if this has been answered already then I apologize.
background on project:
I have designed a budget system for my self that imports all my transactions from the bank and then deducts any budgets I have allocated (e.g water, power, shopping etc)
So far it has been working out great but I want to refine it a little to help with those days when I'm running paycheck to paycheck.
Below is a photo of a query I use to calculate the cash currently assigned to budgets so I know how much "actual" cash I have to spend.
currently the system calculates the exact money assigned up to todays date and deducts it from my balance.
My Problem:
Sorry if this sounds confusing but not sure how to explain what I want.
What I want to do is have the system calculate the exact money assigned up to my next paycheck which is every Thursday instead of upto the current date which it currently does based on "date()"
so instead of using date() is there a code to show the date on the next Thursday, e.g if I opened the program today (Fri 25th March) it would show Thurs 31st March. If I opened it on the Thurs 31st March it would show the Thurs 4th April, If I opened it on the Wed 3rd April it would show the Thurs 4th of April etc?
Thanks for you time and help
Kind Regards
L