Code Examples

Invoke the Builder

acCmdInvokeBuilder

This example opens a module called ExampleRoutines at the procedure called CryptFile and displays the Expression builder dialog.

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

Private Sub cmdInvoke_Click()
  DoCmd.OpenModule "ExampleRoutines", "CryptFile"
  DoCmd.RunCommand acCmdInvokeBuilder
End Sub

'****************** 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.