Results 1 to 3 of 3
  1. #1
    transliminal is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2019
    Posts
    1

    Best practices for creating a form with many nested subforms?

    Hi there,

    I have a database designed to store words in a bilingual English<>Arabic dictionary.

    Each word (i.e., record) in each of the two languages has quite a bit of (largely optional) 'metadata' that is stored and organized across a large number of one-to-one and one-to-many child tables. The database is structured this way so as to avoid the alternative problem of having many null variables (since much of the metadata is optional, and hence left blank) sitting in fewer, but larger, de-normalized tables.

    I want to create a form that allows me to enter *all* the possible 'metadata' for each word. However, in total, if you add up all the fields of all the relevant tables, it's greater than 255.

    The best design option in this case--I'm assuming--is to use (nested) subforms.

    However, when i try to implement this, it seems unwieldy, and also very difficult to organize visually.

    Do you have any suggestions in terms of workflow, design, etc., for how best to go about constructing this type of form?

    Thank you in advance for any insight.

    (PS Attached is a screenshot of the Relationships view, to give you a sense of the number of tables)



    Click image for larger version. 

Name:	relationships.jpg 
Views:	21 
Size:	235.4 KB 
ID:	40060

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    the best practice..
    1 master form,
    1 subform,
    and at MAX, 1 sub-sub-form.

    any more and its just confusing. I would skip the sub-sub-form and use tab control so user can easily change sub-forms.

  3. #3
    Join Date
    Apr 2017
    Posts
    1,679
    An extremly simplified example
    Attached Files Attached Files

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

Similar Threads

  1. Using DoCmd.FindRecord on nested subforms
    By bbrazeau in forum Forms
    Replies: 4
    Last Post: 08-16-2017, 08:06 AM
  2. Replies: 4
    Last Post: 09-29-2015, 01:40 AM
  3. Nested subforms
    By peter_mikael in forum Forms
    Replies: 1
    Last Post: 09-24-2015, 01:36 PM
  4. Replies: 11
    Last Post: 01-09-2012, 11:40 AM
  5. Replies: 0
    Last Post: 06-29-2010, 12:04 PM

Tags for this Thread

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