Results 1 to 4 of 4
  1. #1
    DennyHuber is offline Novice
    Windows 10 Office 365
    Join Date
    Sep 2020
    Posts
    2

    Would like attempt to edit table to pop up a form

    I have a table of wood shop members that is too easily corrupted by some of the people who have access to the database.



    I would like the table to be essentially readonly, and any attempt to edit the table would immediately pop up a form. It seems simple enough but I cannot find the magic incantations. I am relatively new to Access but I'm not afraid of VBA.

    Thanks,
    Denny Huber

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,892
    AFAIK, no way to make a table read only. There are measures can be taken to restrict user interaction with tables and queries. Some involve setting database Options: hide navigation pane, disable shortcut menu, customize ribbon, password encryption, etc. Be aware, holding down shift key while opening db will bypass these Option settings.

    Securing a database is common topic.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    DennyHuber is offline Novice
    Windows 10 Office 365
    Join Date
    Sep 2020
    Posts
    2
    Thanks, June7

  4. #4
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,776
    You secure the db by implementing the usual methods and as long as no one can get at the table(s) you can always elect to open a form and make its recordsource a snapshot of the data. Snapshot recordsets cannot be edited. Then you can decide to open it that way for some or provide full access to other users who belong to a group with edit rights. You can also just lock certain form controls based on user profile. You might want to research having a users table that associates db permissions as part of your investigations.

    Users should never be allowed to interact directly with tables, and usually not queries either, as a rule.
    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. Select which table for a form to edit
    By b3nb123 in forum Forms
    Replies: 10
    Last Post: 02-01-2019, 02:02 PM
  2. Cannot Edit form and save to table
    By shylock in forum Access
    Replies: 2
    Last Post: 09-26-2018, 02:03 PM
  3. form to edit records in A table.
    By it@rbi-tech.co.za in forum Access
    Replies: 7
    Last Post: 03-02-2017, 10:05 AM
  4. Search table in form / edit data in form
    By Guitarzan in forum Access
    Replies: 3
    Last Post: 10-02-2012, 11:37 AM
  5. Replies: 1
    Last Post: 08-13-2010, 10:10 PM

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