I have the following table in my access database, how do i identify the latest month with value?
I am thinking of using VBA to do a Do until loop starting from the last row, and identifying the row where the value is not 0, after that, i will be able to identify the corresponding month
However, i have no idea how to do this in access vba, pls advise
Would appreciate any advises. Thanks!
ValueMonth0Jan0Feb0Mar1707Apr1825May0Jun0Jul0Aug0Sep0Oct0Nov0Dec
I am thinking of using VBA to do a Do until loop starting from the last row, and identifying the row where the value is not 0, after that, i will be able to identify the corresponding month
However, i have no idea how to do this in access vba, pls advise
Would appreciate any advises. Thanks!
ValueMonth0Jan0Feb0Mar1707Apr1825May0Jun0Jul0Aug0Sep0Oct0Nov0Dec

