Results 1 to 4 of 4
  1. #1
    zonker is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2014
    Posts
    1

    Help needed for database / form design


    Hi,

    Very new L board here, I was wondering if someone could guide me as to how best to design a database / form as follows

    The purpose is to maintain a database for procedures done in a hospital and print reports off it.

    I have a table with fields such as patients name, age , procedure type etc. I have a form for data input for this.
    Some types of procedures require referral to another specialist centre, for e.g surgery etc. What I am trying to do is generate a referral letter to this hospital using data fields from the table / form. Some of the data for this referral letter is not included in Table1. e.g

    Table1
    Patient name :
    Age :
    Procedure type :
    Findings :

    Referral to surgery letter needs to include all the above data, plus the following NEW fields which I wish to keep on a separate Table.

    Table2
    Patient name :
    Age :
    Procedure type :
    Findings :

    Referred to : (doctors name)

    Referral centre :
    Referred by :

    Reason for referral : etc..etc..


    Questions :

    1. Is it best to have a second Table for this extra data for the referral letter?

    2. Is it best design a second Form , or a subform to input data for this referral ?

    3. If maintaining a second Table, how do I synchronise the common data, eg patient name, Age etc between the two forms ?



    I'm sorry if my queries are not clear, tried my best to explain. Any advise will be highly appreciated. Thanks a lot.

  2. #2
    Rod is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Jun 2011
    Location
    Metro Manila, Philippines
    Posts
    679
    Your patient details should be kept once, and once only, in your database. I recommend you change age to date of birth and calculate age each time you need it.

    I assume that not all patients are referred but that it would be possible, over time, for a single patient to be referred more than once. This suggests a separate referral table related back to the patient table. The relationship takes care of what you call 'synchronisation;' obtain all the patient data from the patient table, do not duplicate it in the referral table.

    How exactly do you intend to produce the letter? Is this a standard format that never changes?

  3. #3
    hapm is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2014
    Posts
    197
    I would even split up Table1 into a patient table and a session table, as I think a patien can have more than one visits, and therefor more then one procedures and findings.

  4. #4
    Rod is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Jun 2011
    Location
    Metro Manila, Philippines
    Posts
    679
    hapm - well spotted

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

Similar Threads

  1. Database Design - Help needed urgent -New member
    By tripoliguy in forum Database Design
    Replies: 2
    Last Post: 05-09-2014, 01:12 PM
  2. Database design help needed please guide me.
    By ased in forum Database Design
    Replies: 1
    Last Post: 10-01-2013, 04:19 PM
  3. Replies: 2
    Last Post: 01-28-2013, 04:42 PM
  4. database design help needed
    By princeofdumph in forum Database Design
    Replies: 2
    Last Post: 01-03-2013, 08:20 AM
  5. Replies: 1
    Last Post: 12-25-2011, 03:54 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