Aug 20, 2002 #1 tmorita Technical User Jul 31, 2001 18 US Is there a RightClick event in Access 2000? I want to right click on a listbox and pop up a form. Thanks in advance, Tim
Is there a RightClick event in Access 2000? I want to right click on a listbox and pop up a form. Thanks in advance, Tim
Aug 20, 2002 #2 gol4 Technical User Apr 4, 2000 1,174 US use the mousedown and use button 2 Private Sub List2_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) End Sub Upvote 0 Downvote
use the mousedown and use button 2 Private Sub List2_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) End Sub