Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Alortiz is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    9
    Quote Originally Posted by June7 View Post
    CRUD, web database.



    Why are you including all the tables in the form RecordSource? Normally a form can enter/edit data for only one table. Use form/subform arrangement. Main form should have only the parent table, not the 'child' tables. Child tables should be in subforms. Each subform on a page of tab control. A subform container control SourceObject can be table, query, form, report. 88 subforms would be a lot.

    A Navigation form/control instead of tab control might be better suited (and I don't even like navigation form). If you intend to publish this db to web, might have to use navigation form anyway. I don't know if there is a limit on how many subforms can be associated with a Navigation form.

    In my db I mentioned earlier, some samples have dozens of tests that can be associated. During sample login, tests are selected and records are immediately created in test tables. When testing is completed another form is opened for test data entry. Because these records are all 1-to-1 relationship, one query that joins all the relevant test tables can be the RecordSource of form. I have about 200 tests but the tests available for each sample depends on the type of sample. In most cases, a single form serves. A couple of cases results in too many tables for the query so I have to use subform.
    The only reason why I'm including all the tables in the form is because the data collection inspectors need to see which record they are updating or creating. I understand why I would have to create subforms and will be using a nav form because it will be publish to the web. In order to minimize data entry errors the header info should only be entered when the new record is created, each section would then be related to the header record. In reality I only need 6 or 7 subforms but some may have too many fields. I'll give that a try and see how it works...

    Thank you for your help!
    p.s. I'm curious about the test db that you created, any chance you can share it (of course after sanitation)? Just like to see how similar that would be to the one I'm trying to develop.

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    An old version can be downloaded from https://app.box.com/shared/r8nea07sng
    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.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. input form- Many tables
    By mike02 in forum Forms
    Replies: 10
    Last Post: 05-03-2013, 01:03 PM
  2. Replies: 8
    Last Post: 12-19-2012, 06:56 AM
  3. Replies: 1
    Last Post: 11-20-2012, 01:29 PM
  4. Replies: 1
    Last Post: 11-28-2011, 11:44 AM
  5. Update two tables from one input form
    By Jeff-H in forum Forms
    Replies: 7
    Last Post: 09-26-2010, 10:44 AM

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