Results 1 to 2 of 2
  1. #1
    hect1c is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2014
    Posts
    15

    Proper form design and data capture

    Hi Access Experts,



    I am in the process of re-designing an Events(conferences, seminars, etc) and evaluations database in MS Access 2010 database that did not take advantage of the strengths MS Access offers. My next task is creating forms.

    Previously all related event information went into one table Activities. So the data entry form was pretty straightforward. The author of this database used checkboxes so the user could select many options for specific categories. For example:

    Activity Includes information on:
    -blah1
    -blah2
    -blah3
    -blah4
    -blah5

    The user could then select a checkbox for all blah's or just blah1, blah2 and blah3. Previously each blah was a column in the activities table and each activity stored a value of true or false.

    After I modified it, I created an Activities table with no categories for blah's and linked it to a new category table for blahs(and corresponding activity ID), which then could store a value for each blah. So the category table for blah's could have 3 records for one activity which might have values blah1, blah2, blah3.

    In terms of data entry is a checkbox suitable capturing these types of categories? If a user has to tick so many check boxes I am giving them too much flexibility and/or does this mean data capture needs to be looked at in a different way.

    When I display records in a form for a user to browse can they view them as they are entered in a check box or do they have to be displayed in a datasheet type view?

    Thank you.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Should probably have at least 3 tables.

    tblActivites

    tblCategories

    tblActivityCategories

    Options for data entry:

    1. form bound to tblActivies and subform bound to tblActivityCategories with combobox to select category

    2. form bound to tblCategories and subform bound to tblActivityCategories with combobox to select activity

    3. one form bound to tblActivityCategories with comboboxes to select activity and category
    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. Proper use of Multiple Table design?
    By hitechartist in forum Database Design
    Replies: 2
    Last Post: 08-25-2014, 01:47 PM
  2. Replies: 5
    Last Post: 08-12-2013, 12:53 AM
  3. Proper Database Design??
    By jondavidf in forum Database Design
    Replies: 36
    Last Post: 07-08-2012, 04:58 AM
  4. proper database design vs front end usability
    By Richie27 in forum Database Design
    Replies: 27
    Last Post: 05-14-2012, 09:14 AM
  5. Capture Form Data to Export to Excel
    By ajones92 in forum Forms
    Replies: 8
    Last Post: 06-16-2011, 03:35 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