Results 1 to 3 of 3
  1. #1
    jjo is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2016
    Posts
    1

    Advice on creating a database to record repeated blood results over time

    Hi



    I'm new to Access and am sure that what I want to do is really very simple, but I can't work it out from my reading on the web.

    I want to create a database of patients with a particular condition and record the results of a series of repeated blood tests over time.

    I will want, I presume, a table of the basic details - name, identifier, diagnosis, etc and then a table (?) of the blood test results that I can add to over time - blood tests 1, 2, 3 etc recorded on date 1, 2 3 etc.

    I want to be able to select a patient and bring up a form that allows me to input the latest blood results for that patient. Do the latest results simply go into the next columns in a table row or is there another way of doing it?

    I will then want to look at the trends over time and averages/variability etc between patients.

    Any advice gratefully received, or a pointer to an existing thread/example.

    Many thanks.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    You need some study on db tables and relationships.
    you need maybe 3 tables:
    1 tPerson
    PersonID,Name, address, etc.

    2 tTests
    TestID, TestDate, PersonID, TesterID

    3 tResults
    TestID,Chemical ,Result

    The test date would be entered into tTests table. The results of various 'Chemicals' would have the result of YES/NO in the tResult table. You could even have a tChem table to supply the various chemicals names to be tested.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870

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

Similar Threads

  1. Replies: 1
    Last Post: 07-24-2015, 04:17 PM
  2. Replies: 2
    Last Post: 03-18-2015, 07:34 PM
  3. Replies: 3
    Last Post: 03-18-2015, 03:02 AM
  4. Matching blood types
    By jsinger in forum Access
    Replies: 7
    Last Post: 01-22-2015, 12:22 AM
  5. So Lost! Creating a database from scratch for the first time!
    By jennolsen79 in forum Database Design
    Replies: 25
    Last Post: 12-31-2013, 04:32 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