Disable Design View of a MS Access Database using VBA Code
Private Sub Form_Open(Cancel As Integer)
Me.ShortcutMenu = False
End Sub
Me.ShortcutMenu = False
End Sub
Put above code in Code Editor under the Form Open Event.
How to create Access form to enter data From our previous lesson 01 we have learnt that how to create access database and how to enter da...
No comments:
Post a Comment