Invoke the Builder

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

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

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

Return to Example List