I placed a button on my form with this code in OnClick event. When I click it, message box appears. But when I click "Yes" button in this msg box, it works every other time. Why? What I am doing wrong?
Private Sub Command22_Click()
Dim Msg, Style, Title, Response
Msg = "This is my message"...