I have a subform that has a Form_Current event wired, which is supposed to fire each time you select a different row. In the event, it is calling a Sub from the main form passing in a value from the row. This works the first couple of row selections, but then the event stops firing! Very annoying. As a test, I placed a message box in the beginning of the code to make sure the box shows up, and it does for the first couple of selections. Then nothing as I select other rows.

Can anyone explain why this might be?