Results 1 to 2 of 2
  1. #1
    carcement is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    15

    Using check boxes as a control for displaying another field.

    I have a table with a list of Brands in the first column followed by multiple Yes/No columns - each column after the brands represents a zone. If the checkbox in the zone is ticked, the Brand can be sold in that Zone. I'm attempting to make a simple report in order to share this information, but I'd like the report to be separated into Zones with the brand name listed only if the checkbox is ticked.



    I've included a sample database with an example of the table: Help_Database.accdb

    My thoughts are that I would create groups in the report based on the zone, but I'd prefer not to have the checkboxes show - just the brand name if the corresponding check box is ticked. Is this possible with the way I have this table set up or should I scrap this table and list the brands themselves under the zone headers?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,630
    This is not a normalized data structure and will cause you frustrations.

    Cannot do 'grouping' by Zone in report using multiple fields.

    The alternative you describe is also not a normalized structure.

    The db has only the one table. What is your ultimate goal with this database? If the one table is all you will have, might as well be an Excel spreadsheet.
    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. Replies: 18
    Last Post: 06-20-2014, 12:13 PM
  2. Replies: 3
    Last Post: 08-15-2013, 10:43 AM
  3. Replies: 2
    Last Post: 08-02-2013, 01:38 AM
  4. Replies: 1
    Last Post: 08-11-2011, 11:42 AM
  5. To check or Un-Check all Boxes in a form
    By devcon in forum Forms
    Replies: 7
    Last Post: 05-01-2010, 12:03 AM

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