I have an event procedure on my main form. However, once it is clicked on the first record it does not reset for each record after that. the code is:
Private Sub Outbound_Mail_Click()
If [outbound mail] = -1 Then
[Form_Outbound Mail].Visible = True
Else
[Form_Outbound Mail].Visible = False...