Results 1 to 5 of 5
  1. #1
    reynier09 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2016
    Posts
    17

    Enabling shift bypass


    Hi, I just found online that the shift bypass can be enabled from another database. How easy this is? Also I disable the shift in modules and the F11 in macros. Can the F11 be also enabled remotely? I also created a module that once it sees the database is in ACCDE format automatically disables the ribbon, through a form on load. Could I do this too with the shift key to avoid someone remotely enabling it. Thanks.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Here are a couple things I do in extreme cases. However, anything you do will only make things more difficult.

    Use a function to disable the shift key. Here is an example. The trick here is to change the names of the functions to something creative and your own.
    Code starts at Steps for an Access database (.mdb or .accdb)
    https://support.microsoft.com/en-us/kb/826765

    Use VBA to Hide objects in your Nav Pane that you do not wish to be accessed.

    Create an accde

  3. #3
    reynier09 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2016
    Posts
    17
    Thanks for the response but it didn't actually answered my question. All your suggestion I already have them in place. My concern is actually about remote access. Thanks

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by reynier09 View Post
    ... My concern is actually about remote access. Thanks
    I suspected as much when I previously posted. In my experience, these are the steps to take to make things as difficult as possible. I may be missing one or two things that could be applied, depending on environmental factors. However, that is the most concise answer I could think of when considering your quote here. BTW, I place a high priority on using VBA to hide objects.

  5. #5
    Micron is offline Virtually Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    Is it easy to enable/disable the shift bypass or alter the F11 setting remotely? Yes, if you know how. If you don't it shouldn't take long to Google it and find the code.
    This can be a good thing. You could put the db in a state where you cannot log in yourself due to a coding glitch, db setting, table data issues (wherein the table(s) are not split) or corruption. If you could 100% disable the bypass, you are toast if that happens. I use an "easter egg" to cycle the bypass property, changing a label background color to red so I know when it's enabled.

    The topic of Access security is often a hot one. It is my opinion that the most ironclad Access database is still not as good as the least secure sql server product that doesn't use Access as a front end. A poster here once claimed to have an iron clad method, but he declined my offer to try to break it, so all I can say is I know of no 100% secure approach, (I have very little experience with Access Runtime versions so I don't know what degree of lockdown that provides). You can only make it more difficult for the less informed to tamper with as ItsMe said. For those who know enough to be dangerous, we make regular backups.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Secuuring the SHIFT bypass function
    By awhittle23 in forum Security
    Replies: 1
    Last Post: 06-22-2016, 06:09 PM
  2. Replies: 3
    Last Post: 06-22-2016, 04:33 PM
  3. bypass parameter
    By Epona in forum Queries
    Replies: 1
    Last Post: 06-09-2012, 05:57 PM
  4. Bypass beforeclose event
    By dsk96m in forum Programming
    Replies: 21
    Last Post: 12-21-2011, 12:12 PM
  5. bypass file picker?
    By techneophyte in forum Programming
    Replies: 6
    Last Post: 08-17-2010, 11:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums