Code Examples

Duplicate Control

acCmdDuplicate

This simple routine can be used to add the Duplicate command to the Shortcut Menu for  a control on a Form in Design View. Add a new menu item to the Form, Design View Control short menu  and set it's action to =mnuDuplicate().

'***************** Code Start *******************
' Code by Terry Wickenden

Function mnuDuplicate()

  DoCmd.RunCommand acCmdDuplicate

End Function

'****************** Code End ********************

© 1998 - 2011 Terry Wickenden TKW Design Site developed maintained and hosted by TKW Design. This site is best viewed at 1024 x 768. Optimised for Firefox.