Hi,
I would like to know how to get the records by month from 1st day to last day of the month only (for example in inventtrans I want to get the records based from date Financial,
can you please give me some ways how to get it? because I already created one (i choose June but its getting all the data from june till december of this year)
my code:
while select forupdate inventTrans where closingsumdateselected <= inventTrans.DateFinancial && inventTrans.DateFinancial >= closingsumdateselected
hoping for your prompt response. thank you
*This post is locked for comments