Tools\Macro\Security Window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CLarkou

    Tools\Macro\Security Window

    What is the command for opening from VBA code in MSAccess the
    Tools\Macro\Sec urity window ?

    the opitons window can open with the following command:

    DoCmd.RunComman d acCmdOptions
  • '69 Camaro

    #2
    Re: Tools\Macro\Sec urity Window

    Hi.

    Actually, it's a little more than one command to open the Security dialog
    window. You'll find the full source code in both English and Spanish in the
    Access tip "How to set the macro security level in Access 2003 runtime" on
    this Web page:



    HTH.

    Gunny

    See http://www.QBuilt.com for all your database needs.
    See http://www.Access.QBuilt.com for Microsoft Access tips.

    (Any human can read my reply E-mail address and should alter it so that a
    message will be forwarded to me. Spammers are free to use my UNALTERED
    reply E-mail address. I will *never* get those messages!)


    "CLarkou" <clarkou@memrb. com.cy> wrote in message
    news:db08d9f5.0 409020619.44349 d55@posting.goo gle.com...[color=blue]
    > What is the command for opening from VBA code in MSAccess the
    > Tools\Macro\Sec urity window ?
    >
    > the opitons window can open with the following command:
    >
    > DoCmd.RunComman d acCmdOptions[/color]


    Comment

    • Christina Larkou

      #3
      Re: Tools\Macro\Sec urity Window

      Thanks a lot, it works.



      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • '69 Camaro

        #4
        Re: Tools\Macro\Sec urity Window

        You're welcome. Glad it helped!

        HTH.

        Gunny

        See http://www.QBuilt.com for all your database needs.
        See http://www.Access.QBuilt.com for Microsoft Access tips.

        (Any human can read my reply E-mail address and should alter it so that a
        message will be forwarded to me. Spammers are free to use my UNALTERED
        reply E-mail address. I will *never* get those messages!)


        "Christina Larkou" <clarkou@memrb. com.cy> wrote in message
        news:41380d98$0 $26153$c397aba@ news.newsgroups .ws...[color=blue]
        > Thanks a lot, it works.
        >
        >
        >
        > *** Sent via Developersdex http://www.developersdex.com ***
        > Don't just participate in USENET...get rewarded for it![/color]


        Comment

        Working...