Results 1 to 9 of 9
  1. #1
    JONATHON_LOVEGROVE is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    5

    Quality Control Database

    I am trying to create a database for a Quality Control position.



    The database would be similar to a patients database, in which it is able to collect multiple types of data and store under individual members.

    I eventually want to have the ability to control everything via form... almost like at a doctors office; when they input your credentials the system populates all your information and attached documentation.

    I have been google'ing for a week now and cannot seem to find anything.


    Please help, Thanks in advance,

    Jon

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    What exactly is the question? Are you looking for suggestions for data structure? form design? You'd have to be far more specific about how your process works to get suggestions on either.

  3. #3
    JONATHON_LOVEGROVE is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    5
    I am looking for a quick explaination on design, for instance how would I link a record to all its information; sort of close to hyperlinking a folder.

  4. #4
    JONATHON_LOVEGROVE is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    5
    At the doctor's office they have a program/ database that is able to query a members "folder (all their information, including attached documentation)". I want the ability to create records, edit records, view records, and attach documents to a record using forms.

  5. #5
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    this sounds more like a document control type application.

    So you have Document X, document X references Document A, B, C and D.

    When you open your record of document X, you want the option to be able to actually open the word or other type of electronic file for not only document X but all related documents as well (A, B, C and D).

    Is that correct?

  6. #6
    JONATHON_LOVEGROVE is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    5
    correct, Im not sure how to link all the different aspects of the database.

  7. #7
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    this is what I would do:

    Create a table that has a list of your unique documents, DO NOT store the document itself in access, just store the path to that document (there a number of ways to do this so you don't have to physically type it in if you don't want it to)

    create a secondary table with two fields

    Let's say this table has a PK (autonumber) of DOC_ID

    in the secondary table have two fields

    DOC_ID Related_DOC_ID

    in the related_doc_ID you'd store the ID's of any document related to the 'main' document.

    You can do this with a form/subform setup pretty easily if you're not comfortable with unbound forms.

    So when you go through your records your main form will have a path to the file that's relevant to the 'main' record and your subform will have all the links that are relevant to your related documents, you can then open any of them with a number of methods (button clicks, hyper links etc)

  8. #8
    JONATHON_LOVEGROVE is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    5
    Thats what I was looking for, im glad you could make sense from that mess.

  9. #9
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850

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

Similar Threads

  1. Replies: 16
    Last Post: 01-10-2013, 07:14 PM
  2. deteriorated image quality
    By markjkubicki in forum Reports
    Replies: 3
    Last Post: 11-28-2011, 07:19 PM
  3. Quality Database
    By Top Fuel Friday in forum Database Design
    Replies: 2
    Last Post: 02-12-2011, 07:41 AM
  4. Query Quality Control Issue
    By ittech70 in forum Queries
    Replies: 1
    Last Post: 01-12-2011, 10:52 AM
  5. Adding Quality Points to Option Boxes
    By jlclark4 in forum Forms
    Replies: 1
    Last Post: 12-29-2010, 07:40 AM

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