Results 1 to 3 of 3
  1. #1
    duffyt is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2019
    Posts
    2

    Providing for multiple dates for a users access

    I want to track users access to an application. I have a table for the user, a table for the application, a table for the dates and a connection table.



    The user table contains a User_ID (Auto Number) and User_Name field.

    The Application table contains a App_ID (Auto Number) and an Application_Name field.

    The App_Date table contains a Date_ID (Auto Number), an Access_Date, and a Remove_Date field.

    The Connection table contains an Lookup Field for the Date_ID, App_ID, and User_ID Auto Number fields in each of the other tables.

    A user can have access to multiple applications.

    A user can access date can be multiple (access granted one date, then removed another date and then access granted again a later date)

    A user can have multiple access remove dates.

    What would be the best way to create a form to account for the user to show multiple applications and track multiple access/removal dates for the user? Or would it be best to have two forms, one to show all applications a users has access to and then a second form to show dates the users was granted/removed access to an application?

    Thanks in advance.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    If you're using unbound forms you can do this all with code.

    If you're doing this with bound forms have a main form relating to the user.

    I would tend to make this a tabbed control (depending on how many fields you have) with two subforms.

    one for their access to applications
    one for their connection to said applications

    In either case, you could then see all information relating to a specific person in a single form.

  3. #3
    duffyt is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2019
    Posts
    2
    Thank you for your response.

    Quote Originally Posted by rpeare View Post
    If you're using unbound forms you can do this all with code.

    If you're doing this with bound forms have a main form relating to the user.

    I would tend to make this a tabbed control (depending on how many fields you have) with two subforms.

    one for their access to applications
    one for their connection to said applications

    In either case, you could then see all information relating to a specific person in a single form.

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

Similar Threads

  1. Can multiple users open & use Access all at once
    By Mohapi Taole in forum Access
    Replies: 1
    Last Post: 09-25-2014, 02:40 AM
  2. Problem with Access to Multiple Users
    By gatsby in forum Access
    Replies: 23
    Last Post: 02-24-2013, 10:55 PM
  3. Sharing an Access DB with multiple users
    By TA2724 in forum Access
    Replies: 2
    Last Post: 04-27-2012, 09:51 AM
  4. Access Database for multiple Users
    By zul336 in forum Access
    Replies: 9
    Last Post: 12-24-2011, 05:00 PM
  5. Providing role based access
    By mrk68 in forum Security
    Replies: 3
    Last Post: 03-25-2009, 07:46 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