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...