Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772

    Why would users be editing the lookup tables? If lookup table record is edited, that edit will reflect in EVERY tblRequests record the lookup record is associated with.

    Normally a form does data entry/edit for only one table.

    If you want to allow users to edit the lookup tables, that should be done on a separate form. If you want to allow users to add new lookup records during data entry to tblRequests, explore use of combobox NotInList event.
    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.

  2. #17
    eugzl is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2021
    Posts
    68
    For editing record and add new record in fInventory form I created two options:
    1. To add new record the form has New Request button,
    2. To edit record user has ability double click record in the ListBox
    For both cases will call fRequest form. When I finish project I would like to hide all objects from user and will give access only to the forms. What do you think about this idea?

    Thanks.

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Hiding Navigation Pane, customizing ribbon, disabling shortcut menus, disabling function keys (in other words, securing the database) is common topic. I have done all.
    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.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 17
    Last Post: 07-21-2023, 12:09 AM
  2. Replies: 20
    Last Post: 05-13-2020, 02:49 PM
  3. Replies: 15
    Last Post: 05-16-2018, 12:12 PM
  4. Replies: 7
    Last Post: 07-28-2015, 11:50 AM
  5. Replies: 5
    Last Post: 05-10-2014, 12:25 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