Results 1 to 3 of 3
  1. #1
    KRS1M is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2014
    Posts
    2

    Need help with design of data-entry DB that returns search results to forms and sub-forms

    I'm designing a database for a case manager. The layout I have so far has a main form with a tabular control that includes six tabs for different categories of information: General Wellness, RN Problem List, Medications, Assessments, Care Plans, and Outcomes. The first three tabs contain sub-forms that store information in a Patient Demographics table, which also stores information input from the main form. The last three tabs contain sub-forms that contain another tabular control with nine tabs for nine diagnosis. Each diagnosis tab contains a sub-form which stores information in the respective diagnosis table.



    I would like the user to be able to search for a patient on the main form and have the main form and each sub-form return the records for that patient. The user needs to be able to update and save the record once returned. I have experience with very basic databases, but I am unsure what the relationships in this database should be and whether the sub-forms should be based off of the tables or off of queries of the tables in order to make it work the way I want it to. Any help would be greatly appreciated!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    have the Search form produce a list (continuous forms) of matches.
    user picks the list , clicks button to open detail form.
    the detail form opens w patient info on top (with subforms) in tabs
    subforms based on queries.
    be sure the subforms LINK CHILD FIELD, MASTER FIELDS.

    NOTE: only use 1 subform (not 1 for each tab)
    otherwise you will hit memory errors.
    Evertime a tab is changed, change the subform. (saves memory)

  3. #3
    KRS1M is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2014
    Posts
    2
    Thank you for the response! I'll try this and see what I come up with.

    Would you please clarify what you mean when you say to use only one sub-form and have it change when the tab is changed? I currently have different sub-forms for each diagnosis tab because the information and data-entry fields are different for each diagnosis.

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

Similar Threads

  1. Data Entry into Forms
    By Lasso in forum Forms
    Replies: 5
    Last Post: 08-27-2014, 10:19 PM
  2. Create search form which returns forms
    By sailock in forum Forms
    Replies: 13
    Last Post: 08-06-2014, 03:36 PM
  3. Double Data Entry Forms
    By huongdl1987 in forum Programming
    Replies: 3
    Last Post: 09-14-2013, 01:57 AM
  4. Replies: 0
    Last Post: 03-13-2011, 06:46 PM
  5. Need Help Relating Forms for Data Entry!!!
    By raymon73 in forum Forms
    Replies: 1
    Last Post: 07-13-2010, 09:42 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