Results 1 to 2 of 2
  1. #1
    harryklein is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Aug 2018
    Posts
    48

    DB for user accesses

    I would like to store user accesses in a database, but so far I couldn't figure out how this db should look like.
    Let's say, that users should be able to enter data for cities in different countries.
    eg, User A may Enter for Germany, Uk, Poland,
    User B for UK and Norway.


    Of course, I would like to be sure, that the user cannot choose a city that is located in a different country than the selected one.
    How could I design a database like this?
    Any help would be appreciated.

  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,816
    Managing user authorizations is a common topic. DB needs to know show the user is and what authorizations they have. Build a Users table. Grab user name from Windows login or have login procedure for the db.

    Apply filters to comboboxes based on user, this is called cascading combobox.

    Search Bing or Google or forum for discussions.
    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.

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

Similar Threads

  1. Replies: 4
    Last Post: 10-29-2016, 12:20 AM
  2. Access 2013 table accesses
    By jassie in forum Programming
    Replies: 2
    Last Post: 05-19-2015, 04:27 PM
  3. Replies: 9
    Last Post: 04-08-2014, 10:39 AM
  4. Replies: 13
    Last Post: 11-18-2013, 02:20 PM
  5. Replies: 1
    Last Post: 07-20-2012, 05:35 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