mkelly
Registered User.
- Local time
- Today, 14:53
- Joined
- Apr 10, 2002
- Messages
- 213
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
End If
End Sub
How can I get it to reset for new records?
Any help appriciated.
Thanks
Private Sub Outbound_Mail_Click()
If [outbound mail] = -1 Then
[Form_Outbound Mail].Visible = True
Else
[Form_Outbound Mail].Visible = False
End If
End Sub
How can I get it to reset for new records?
Any help appriciated.
Thanks