iyi günler arkadaşlar
accessde sağ tıklama olayı rightclick midir
değilse nedir
@benbendedeilem
Private Sub Komut16_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 1 Then
MsgBox "sol tıkladınız"
ElseIf Button = 2 Then
MsgBox "sağ tıkladınız"
End If
End Sub