I have a "Mainform" in Microsoft Access that automatically computes the summation of my "Subform". Now my trouble is this, in my "Subform" there is a Yes/No check box that corresponds on Amount_Lent, Date and Name. I want to get the total summation of the Amount_Lent in my current "Subform" when the value of my check box is "Yes".
Would it be possible to use the DSUM function using VBA?