What I have is code like this:
Private Sub HolidaysBO_SetDefaultValues Me.Date = TodayEnd SubI can set a breakpoint on the assignment line, and before the assignment the CurrentRowIndex is the newly added row. As soon as the assignment is made and I step through the line of code, the CurrentRowIndex changes. To go further, the EditingState is Idle when it should be Adding. This was all working as designed until my upgrade, so I'm wondering if this is perhaps a bug?