Results 1 to 4 of 4
  1. #1
    FCollazo's Avatar
    FCollazo is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Oct 2011
    Posts
    2

    Needing help with the below mentioned

    I'm creating an access 2007 database and want to store information on patients. I've created a patients table and want to track vital signs per patient on a single table or the like. I'm a novice and don't know if this is something that can be done on access. Please HELP.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,615
    Certainly can be done.

    Need a table of patient info and a table of vital readings. How many signs? Table setup could be:

    tblPatientVitals
    RecordID (primary key)
    PatientID (foreign key)
    VitalSign (Systolic, Diastolic, Pulse, etc)
    Reading (number field)
    DateRead

    Or
    tblPatientVitals
    RecordID
    PatientID
    DateRead
    Systolic
    Diastolic
    Pulse
    other fields as desired.
    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.

  3. #3
    FCollazo's Avatar
    FCollazo is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Oct 2011
    Posts
    2

    Needing help with the below mentioned

    I don't think I'm asking for what I need. I want to be able to track a single patients vitals on a single table. Everytime the same patient comes in, we want to be able to track his vitals on that table or form and would like to do the same for each patient. One subtable from the main table to track vitals for each of the patients.

    I want to be able to click on a record of the main table, have it linked to the vitals table, have that table come up and be able to place all of that patients vitals on the vitals table and have a history of his vitals on this subtable.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,615
    Should not be a table for each patient. One table for all vitals. Use queries to filter to the desired records. Use forms to interact with tables and queries for data edit/display. Reports to output data.
    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. Hey, Needing some help
    By natbatgirl in forum Access
    Replies: 1
    Last Post: 08-18-2011, 11:25 PM
  2. Multiple Records = needing max row
    By alohawahine77 in forum Queries
    Replies: 1
    Last Post: 12-20-2010, 02:53 PM
  3. Major newbie needing help
    By Dragox in forum Access
    Replies: 5
    Last Post: 06-02-2010, 05:14 PM
  4. Noob needing answers
    By sartan2002 in forum Access
    Replies: 0
    Last Post: 10-13-2009, 08:39 AM
  5. two fields needing to look like one for a count how?
    By techexpressinc in forum Queries
    Replies: 2
    Last Post: 05-29-2009, 01:06 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