Results 1 to 3 of 3
  1. #1
    kennuge is offline Novice
    Windows 8 Access 2010 32bit
    Join Date
    Nov 2014
    Posts
    1

    Lots of Help Needed!

    I am trying to build a database where I am tracking corrective action requests to a supplier. I've got 3 tables set up. One is for the general information about the problem that has occurred. The next one is a table that only contains a couple of dates with the initial response from the supplier and comments that my company would make (if needed). The last table will include all of the defect root cause investigation and actions they will take.



    There will be an action number associated with each concern. I've set that up in the first table using a calculated field. I want that number to auto-populate into the other two tables based on whether or not there is a need to have a response (I have a logical field setup in the first table to click the box if a response is required). I don't have a clue where to begin.

    I'm very much a novice at building Access database's, but what better way to learn. I could always build one huge table, but I thought that a few small tables might be more efficient.

    Any suggestions would be greatly appreciated.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    You need 4 tables:

    tSupplier table (all info on 1 supplier / record) with a [supplierID] as (autonum)
    tRequests
    tReponses
    tDefects

    tRequest
    [ReqID] (autonum)
    [supplierID] (umber)

    tReponses
    [respID] (autonum)
    [ReqID] (number)



    You can use the TABLE WIZARD to help you pick and choose fields for what you want.
    Try that.

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I agree with ranman - at least 4 tables. I came up with 6..... this is a first pass.

    This is my take on the structure: (but what do I know )
    Attachment 18786

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

Similar Threads

  1. query lots of different ranges
    By freddie in forum Database Design
    Replies: 5
    Last Post: 10-10-2014, 10:14 AM
  2. Replies: 4
    Last Post: 04-23-2014, 06:30 PM
  3. Help needed : Library catalogue in access format is needed
    By dealers in forum Sample Databases
    Replies: 3
    Last Post: 01-16-2014, 02:03 PM
  4. Replies: 2
    Last Post: 06-06-2013, 08:34 AM
  5. Replies: 8
    Last Post: 02-27-2013, 04:56 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