sstreet
Access Demon
- Local time
- Today, 23:02
- Joined
- Dec 5, 2002
- Messages
- 50
Right Click Menu (RESLOVED)
Does anyone know how to create a right-click menu in access 2002. In VB you can trap the right click like this:
Any Ideas?
Steve
Does anyone know how to create a right-click menu in access 2002. In VB you can trap the right click like this:
Code:
Private Sub lstdocs_MouseUp(Button As Integer, Shift As Integer,
X As Single, Y As Single)
If Button = vbRightButton Then
'Code for Menu
End If
Any Ideas?
Steve
Last edited: