Results 1 to 4 of 4
  1. #1
    Quintin is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2018
    Location
    KwaDukuza; KZN; South Africa
    Posts
    1

    Newby needing assistance: Getting data from virious tables into a new one


    Good day,Your help will be greatly appreciated.I have to create forms for work. The data is for staff members being given a authority t drive specific vehicles, that can change daily.I need to create a result, where I can link for a specific vehicle (with details) from one database to a driver whose details are on another database. I then need to add other date specific details such as validity period, as well as supervisors details.How would I go about achieving this with minimal fuss.Thank youKind regardsQuintin
    Last edited by Quintin; 06-20-2018 at 01:46 AM. Reason: typos

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    You have tVehicles and tDrivers tables,
    so make tAuthorize table to hold :
    VehID, DriverID, DateStart, DateEnd,Destination,etc

    A driver is assigned to a vehicle for a time span to destination.
    i would have a form ,combo box of drivers,
    combo for vehicles.
    detail fields,
    then click button to produce report or what is needed.

  3. #3
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Welcome to the forum.......

    First, a clarification.
    I need to create a result, where I can link for a specific vehicle (with details) from one database to a driver whose details are on another database.
    Note the red words. I think you mean "Table" instead of "database". Actually work through them, don't just look at them. It will help you a lot.

    Next, I would suggest you work through the tutorials at Rogers Access Library .
    Then you could watch the videos and learn about Access databases at LearnFree.org. There are many lessons here.

    One point: you should design your tables using paper and pencil, whiteboard, cardbaord, etc BEFORE getting on the computer. It is easier to see and modify the tables structures/designs.

    I think you will need at least 3 tables:
    tblVehicles
    tblDrivers
    jctnDriversVehicles
    (this is a junction table between drivers and vheicles)

    Are supervisors also drivers? You might want a table for Supervisors.

    You must understand the different types of relationships between tables.

    Post back if/when you have questions.


    Good luck with your project........



    Edit: Way more info:

    Here is a link to info on Database Planning and Design --various articles, videos, tutorials.

  4. #4
    orange's Avatar
    orange is online now Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    How would I go about achieving this with minimal fuss
    Start with a simple,complete description in plain English.
    I see Drivers, Authority, Supervisors, ValidityPeriod as the subjects involved. Further to ssanfu's suggestions, I recommend you tell us about a day or week in your "business" that ties these subjects together in simple English/business terms.

    Good luck.

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

Similar Threads

  1. Replies: 5
    Last Post: 10-10-2016, 06:28 AM
  2. Replies: 1
    Last Post: 10-14-2015, 03:38 PM
  3. Replies: 2
    Last Post: 05-19-2011, 06:15 AM
  4. Assistance with normalizing tables
    By racheliza79 in forum Database Design
    Replies: 3
    Last Post: 08-26-2010, 04:20 PM
  5. Newby to Access Needing Advice
    By johnwyork in forum Access
    Replies: 2
    Last Post: 05-15-2010, 10:55 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