Results 1 to 14 of 14
  1. #1
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Location
    KSA
    Posts
    481

    How to keep Record and history of Standard Values of Test Parameters .

    Hi there,



    I am designing a database for Laboratory Tests and facing problem to design the structure for standard values of Parameters.

    Like i have 3 parameters that contain stand limit values:

    1. Moisture
    2. Ignition
    3. Dryness

    what sort of structure should build where when i change the limits of stand values for each Parameter so it should apply from that date and also history should be there?


    please advise.


    zee

  2. #2
    Rainlover's Avatar
    Rainlover is offline Expert
    Windows 7 64bit Access 2003
    Join Date
    Nov 2009
    Location
    Queensland Australia
    Posts
    691
    You need two Tables.

    The First describes the test.

    The second keeps a Record of the results. A new record for each test.

    These Tables should be Linked via The Primary Key in the first Table and the Foreign Key in the Second Table.

    A One to Many Relationship.

  3. #3
    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,722
    In general I agree with Rain. However, I'd like to see a few examples of the values of these parameters in a few experiments. I'm sure there will be a pattern. You may get into details for unit of measure, percentage concentration.... but a few examples would help.

  4. #4
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    Hi Sir,

    Thanks for the reply and its helpful. I would like to ask the some more questions?

    1. How we can add a field to describe the standard limit values of Parameters? As Have seen in my soft wares like; > , <>, Between, Etc and accordingly fields will appeared to write the digital limits?

    2. Lest say we update or change the Standard Limit Values, so How will be possible to advise system to take the Values in Queries/reports respectively old and modified since updated?


    thanks a lot.

    zee

  5. #5
    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,722

  6. #6
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    Mr. Orange, Thanks for concern as well. There are almost 25 no. of Tests to perform at different stages of Manufacturing Process starting from Raw Materials to Finish Goods. Then each test having more than one Parameters to which checked by Lab. Technician and record the information for each.

    As said above, so there are standard limits for each parameter. like

    1. Moisture Max. 5%
    2. Ignition 0.5 to 1.0 mm
    3. Dryness 2.0 to 3.0 cm

    so i have created a TblTestList, TblParameters which are linked by TestID and a other table for Unit of measure for each parameter TblUOM.

    please advise the needful.

    zee



  7. #7
    Rainlover's Avatar
    Rainlover is offline Expert
    Windows 7 64bit Access 2003
    Join Date
    Nov 2009
    Location
    Queensland Australia
    Posts
    691
    Are you saying that you do not understand how to add a Field.

  8. #8
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    No Sir, Lets say last month we decide the standard limits for Moisture 0.5% as Max. but this month we changed into 0.4% so how i can control that if i browse data for last month so it should shows analysis based on 0.5% SLV and this month based on 0.4% SLV.

  9. #9
    Rainlover's Avatar
    Rainlover is offline Expert
    Windows 7 64bit Access 2003
    Join Date
    Nov 2009
    Location
    Queensland Australia
    Posts
    691
    As Orange said.

    We need to know more. Please post a cut down version of your Database so we can look at your Tables. Please enter some dummy data.

    In particular we would like to see your Table designs and to see if things are Normalised.

  10. #10
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    Well, ok Sir. i will do that.

  11. #11
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    Dear Sir, Find the attached database and the form also which i am trying to design for Test maintenance and then there will be other forms to record data for each test.
    Attached Files Attached Files

  12. #12
    Rainlover's Avatar
    Rainlover is offline Expert
    Windows 7 64bit Access 2003
    Join Date
    Nov 2009
    Location
    Queensland Australia
    Posts
    691
    Sorry I did not say this but could you please convert to Access 2003.

  13. #13
    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,722
    I have 2003 as well and can not use an accdb formatted file.

    When you say one of your parameters (at least)
    data for last month so it should shows analysis based on 0.5% SLV and this month based on 0.4% SLV.
    you will have to store a date or date range for which a parameter value is acceptable, OR

    include such data with your analysis in some manner.

    It's much like the Cost of a Product. If you store the cost in the Product table, then how do you change the cost without affecting all previous Sales?? In an Order or Order Detail you can identify the Product and the Cost at the time of the Sale (such a cost could reflect a discount; a preferred Customer price; a clearance Sale; damage Goods mark down...) and would not be associated with Product generally.

  14. #14
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    Mr. Orange,

    Here is main thread which need your valuable help.

    https://www.accessforums.net/databas...tml#post144167


    regards

    zee

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

Similar Threads

  1. Replies: 1
    Last Post: 06-29-2012, 01:22 PM
  2. Replies: 2
    Last Post: 11-16-2011, 07:38 PM
  3. How to test of record exists in table?
    By tdaccess in forum Access
    Replies: 3
    Last Post: 04-13-2011, 10:22 AM
  4. Replies: 3
    Last Post: 02-01-2011, 07:15 AM
  5. Keying in Test answers to Access DB from Written Test
    By CityOfKalamazoo in forum Access
    Replies: 3
    Last Post: 03-01-2010, 08:58 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