Results 1 to 2 of 2
  1. #1
    SRobertson is offline Novice
    Windows Vista Access 2007
    Join Date
    Jan 2012
    Posts
    1

    Possible Access Question (total beginner)

    I work in manufacturing and am trying to build an interactive troubleshooting guide to help us solve problems quicker by focusing our attention on a most likely solution for a highest probable cause.

    I have a troubleshooting document in word, but it is virtually unused.

    I envision the guide having 3 user inputs (defect/problem, machine #, and product style) which prompt 2 outputs (cause and solution). Basically, i want the 3 inputs to narrow down the cause and soultion database to the point that only the remaining entries apply for a certain problem. Ideally, we'd also assign an occurence metric to the cause, and an effectiveness metric to the solution, in order to really make the guide useful.

    Any thoughts? Can this be done in Access? Like I said, I am a total beginner (opened acces for the first time yesterday).



    Thanks in advance,

    Scott R.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,952
    This is original! To me, anyway.

    Possible data structure.

    table of Defects_Problems

    table of Machines

    table of ProductStyles (might not be needed, how many styles?)

    table of Causes

    table of Solutions

    table to relate the above, each field is a foreign key, a record for each and every possible valid combination
    DefectID
    MachineID
    ProductID
    CauseID
    SolutionID

    Have users make choices in comboboxes from list.
    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. Beginner-Importing excel table question
    By simmonsmtb in forum Import/Export Data
    Replies: 3
    Last Post: 03-07-2011, 11:55 AM
  2. Relational Structure - Beginner Question
    By CrazyFileMaker in forum Access
    Replies: 2
    Last Post: 01-02-2011, 11:28 PM
  3. Total Noob Question
    By skubeedoo in forum Access
    Replies: 18
    Last Post: 09-23-2010, 03:03 PM
  4. Beginner Access Help
    By Joseph in forum Access
    Replies: 1
    Last Post: 03-07-2010, 04:36 PM
  5. Need help! Access beginner here!
    By Joshin in forum Access
    Replies: 1
    Last Post: 06-09-2009, 05:12 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