Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2011
    Posts
    1

    Security Database

    I am trying to design a database for a security department for a college. I want to display information for students and their guests that they check in. I want to have the guest name as the main source of information. When the guest name is found I want it to show which student checked them in and on what date. I want to be able to see each record of the student being on campus and who checked them in. The guest can be checked in by the same student multiple times so I need a solution to allow access to recognize duplicate names and information.



    I would like to have a form that will allow me to input and view data at the same time. I also want the form to update both tables of information (I am assuming that I would use different tables for this to work).

    I need help creating the tables so they can speak to each other correctly in their relationships. I think I need a one to many.

    Please help.

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    you need a student table. and if there are repeat guests you need a guest table.

    and you need a visit table; where you will record the student key, guest key, time, date, etc.

    as an aside - your need for a guest table is identical to most retail and whether or not they need a customer table. If you simply want to write the guest name each time then you don't need a guest table just write it into the visit table. But if there is alot of info i.e. addresses, tels, blah blah blah and they are repeat customers - then the guest table saves you time in the long run - your call. its situational.

    but then the rest of your questions are more or less basic reporting or query questions. get yourself an Access textbook at Amazon or any large book store and you'll find lots of examples on these.

    hope it helps.

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

Similar Threads

  1. Security Logon to database
    By sdondeti in forum Security
    Replies: 1
    Last Post: 07-05-2011, 11:41 AM
  2. Access 2007 Database Security - Passwords
    By AccessFreak in forum Forms
    Replies: 1
    Last Post: 01-03-2011, 09:13 AM
  3. removing security from not my own database
    By zomas in forum Security
    Replies: 1
    Last Post: 08-01-2010, 10:43 PM
  4. Replies: 2
    Last Post: 08-01-2010, 10:35 PM
  5. Database Security
    By marianne in forum Security
    Replies: 4
    Last Post: 06-15-2009, 07:12 PM

Tags for this Thread

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