Dear All,
Can somebody help me how to show my criteria on to my report header..
I based my report on a query and fill the criteria (StartDate) and (EndDate) to "PDate" control from a form where i open my report..
I would like to display the value of the StartDate and EndDate to my report.. I...
Hello Gasman,
It is not the way I wanted, but it is their way to count the start and end of the monthly payment of the buyer.. It is their calendar to schedule the payment of the buyer.. so yes a bit stupid but that is their way.
Hi pat,
Sorry for late reply.. you got it right, that's how they schedule the start to end of the monthly payment of the land buyer.. if the buyer decided to go to a 36 month.. then it will start the monthly payment on 30-Jul-2024 (the day it signed the contract) and it will/should...
Hello all,
I have this dateadd function, i wanted to add a year (2/3yrs) depending on the value of "terms" and "ctsreleased" field..
=DateAdd("m",[terms],[ctsreleased])-1
Like i have a date "30-Jul-2024", i want to give a me date "29-Jun-2027".
Thank you.