Package and deployment and MDE

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

    Package and deployment and MDE

    I made my database an MDE and I still have access to all the forms, tables
    etc. I was trying to do the package and deployment now to see if that would
    help. But it is not in the Add-In manager and I don't know how or where to
    find it. Can anyone help me out this would be greatly appreciated. I'm Using
    Office Professional.

    Thanks in Advance
    SPMU


  • Rick Brandt

    #2
    Re: Package and deployment and MDE

    "SPMU" <spmu@hotmail.c om> wrote in message
    news:%qR0c.1079 27$IF6.3334450@ ursa-nb00s0.nbnet.nb .ca...[color=blue]
    > I made my database an MDE and I still have access to all the forms, tables
    > etc. I was trying to do the package and deployment now to see if that would
    > help. But it is not in the Add-In manager and I don't know how or where to
    > find it. Can anyone help me out this would be greatly appreciated. I'm Using
    > Office Professional.[/color]

    Making an MDE version of your file only prevents *design changes* to code-based
    objects (forms, reports, modules). It in no way changes the interface or makes
    the file act any differently. If you want to hide or obscure the db window or
    the normal Access interface that is an entirely different subject that has
    little to do with converting to an MDE. Most of those are found in the Startup
    menu and if you do a Google search on the topic you will find a few other things
    you can do including implementing Access user-level security (a bit of an
    advanced topic).


    --
    I don't check the Email account attached
    to this message. Send instead to...
    RBrandt at Hunter dot com


    Comment

    • Seth Spearman

      #3
      Re: Package and deployment and MDE

      If you want a bulletproof deployment of an access application check out
      www.sagekey.com the make install scripts that make your install independent
      of other installation of office.

      I use them all the time and they are quick and reliable.

      Seth B Spearman


      "SPMU" <spmu@hotmail.c om> wrote in message
      news:%qR0c.1079 27$IF6.3334450@ ursa-nb00s0.nbnet.nb .ca...[color=blue]
      > I made my database an MDE and I still have access to all the forms, tables
      > etc. I was trying to do the package and deployment now to see if that[/color]
      would[color=blue]
      > help. But it is not in the Add-In manager and I don't know how or where to
      > find it. Can anyone help me out this would be greatly appreciated. I'm[/color]
      Using[color=blue]
      > Office Professional.
      >
      > Thanks in Advance
      > SPMU
      >
      >[/color]


      Comment

      • SPMU

        #4
        Re: Package and deployment and MDE

        But I have changed a db to mde before and the tables were not accessible to
        the user only to the developer, but this time it is allowing anyone access
        to the tables, queries etc.

        Do you know anything about getting an add-in to appear in the VB editor
        add-ins?


        "Rick Brandt" <rickbrandt2@ho tmail.com> wrote in message
        news:c20tvi$1o4 6cg$1@ID-98015.news.uni-berlin.de...
        "SPMU" <spmu@hotmail.c om> wrote in message
        news:%qR0c.1079 27$IF6.3334450@ ursa-nb00s0.nbnet.nb .ca...[color=blue]
        > I made my database an MDE and I still have access to all the forms, tables
        > etc. I was trying to do the package and deployment now to see if that[/color]
        would[color=blue]
        > help. But it is not in the Add-In manager and I don't know how or where to
        > find it. Can anyone help me out this would be greatly appreciated. I'm[/color]
        Using[color=blue]
        > Office Professional.[/color]

        Making an MDE version of your file only prevents *design changes* to
        code-based
        objects (forms, reports, modules). It in no way changes the interface or
        makes
        the file act any differently. If you want to hide or obscure the db window
        or
        the normal Access interface that is an entirely different subject that has
        little to do with converting to an MDE. Most of those are found in the
        Startup
        menu and if you do a Google search on the topic you will find a few other
        things
        you can do including implementing Access user-level security (a bit of an
        advanced topic).


        --
        I don't check the Email account attached
        to this message. Send instead to...
        RBrandt at Hunter dot com




        Comment

        • Rick Brandt

          #5
          Re: Package and deployment and MDE

          "SPMU" <spmu@hotmail.c om> wrote in message
          news:urT0c.1083 17$IF6.3340670@ ursa-nb00s0.nbnet.nb .ca...[color=blue]
          > But I have changed a db to mde before and the tables were not accessible to
          > the user only to the developer, but this time it is allowing anyone access
          > to the tables, queries etc.[/color]

          Sorry, but you're mistaken. There are ways to make the tables "difficult" to
          access. Using an MDE is not one of them. If you deploy your app using the
          Runtime on a PC that has no other verson of Access on it then the user will not
          have direct access to the db window. However; that is a limitation of the
          Runtime environment, not of an MDE.
          [color=blue]
          > Do you know anything about getting an add-in to appear in the VB editor
          > add-ins?[/color]

          Sorry, no.


          --
          I don't check the Email account attached
          to this message. Send instead to...
          RBrandt at Hunter dot com


          Comment

          • Tony Toews

            #6
            Re: Package and deployment and MDE

            "SPMU" <spmu@hotmail.c om> wrote:
            [color=blue]
            >Do you know anything about getting an add-in to appear in the VB editor
            >add-ins?[/color]

            Usysreginfo is the key word to search on if memory serves me.

            Yup, it is. USysRegInfo Table Format.

            See my Add-in Tips, Hints and Gotchas page at
            http://www.granite.ab.ca/access/addins.htm for a few links on these although I wasn't
            concentrating on usysreginfo.

            Tony
            --
            Tony Toews, Microsoft Access MVP
            Please respond only in the newsgroups so that others can
            read the entire thread of messages.
            Microsoft Access Links, Hints, Tips & Accounting Systems at

            Comment

            • SPMU

              #7
              Re: Package and deployment and MDE


              "Rick Brandt" <rickbrandt2@ho tmail.com> wrote in message
              news:c2121n$1nd lsj$1@ID-98015.news.uni-berlin.de...
              "SPMU" <spmu@hotmail.c om> wrote in message
              news:urT0c.1083 17$IF6.3340670@ ursa-nb00s0.nbnet.nb .ca...[color=blue]
              > But I have changed a db to mde before and the tables were not accessible[/color]
              to[color=blue]
              > the user only to the developer, but this time it is allowing anyone access
              > to the tables, queries etc.[/color]

              Sorry, but you're mistaken. There are ways to make the tables "difficult"
              to
              access. Using an MDE is not one of them. If you deploy your app using the
              Runtime on a PC that has no other verson of Access on it then the user will
              not
              have direct access to the db window. However; that is a limitation of the
              Runtime environment, not of an MDE.


              Yes, you are right, I guess I had a bit of brain freeze last night, Thanks
              for your help. It is much appreciated. Thanks.




              Comment

              Working...