User Profile

Collapse

Profile Sidebar

Collapse
Jeremy Goodman
Jeremy Goodman
Last Activity: Mar 4 '11, 01:50 PM
Joined: Feb 10 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Went a different, probably cleaner way. As part of concatenation query, placed a column to show Y/N via IIF statement. Now easier to understand data in table and filter.
    See more | Go to post

    Leave a comment:


  • Adding Access 2003 version of database (and repost of 2007 version)...
    See more | Go to post

    Leave a comment:


  • Filtering by Checkbox, concatenated records

    I have a Access 2007 database I am testing that has a series of states and check box items that are concatenated to get an overall snapshot response for the state. This concatenates the info as a series of -1 and 0 seperated by commas.

    I am trying to set up a form with a check box that generates a report based on a query to filter by the check box response. In this case I have it so that if the check box is checked, it shows all...
    See more | Go to post

  • Thank you for the effort, but that really doesn't answer either of my questions. For clarity's sake, the database table consists of the following:

    1) State/Territory, Legislation general info (title, date, link to text), specific Legislation information composed of 28 different multiple value comboboxes for various portions of the legislation

    2) There are a total of 240 choices from the boxes, usually 5-15 per. Converting...
    See more | Go to post
    Last edited by Jeremy Goodman; Feb 14 '11, 08:30 PM. Reason: Clarity

    Leave a comment:


  • Since Access uses -1 for yes and 0 for no, would it be possible to add the numerical represenations together when concatenating or instead of merging them? Then the sort could work by using <>0
    See more | Go to post

    Leave a comment:


  • Additionally, sorting by "No" only yields the record with a single no, not the concatenated records for the state that has two instances of no (0,0). Basically is there any way to modify my code for the function or query so that sorting by "Yes" gives any concatenated record where at least one check box is yes? Thank you
    See more | Go to post

    Leave a comment:


  • I've run through various methods of fixing this and the most likely fix I saw was the use of Y/N check boxes for each item. This seemed to work in regards to it allowing me to concatenate the records for that item even though it means having way more columns in the tables. Unfortunately, when I was testing it for queries and sorts, I hit a snag. When sorting by "Yes", each new record that is a compilation of 2+ records is filtered as...
    See more | Go to post

    Leave a comment:


  • Jeremy Goodman
    started a topic Combining multiple rows/records into one

    Combining multiple rows/records into one

    Access 2007; Merging records containing multivalue drop down lists.

    I have a database showing legislation information divided by State/territory. The database needs to be able to show the info from each legislation and then an overall picture for the state. There is no problem with merging some of the info using the steps in:
    http://bytes.com/topic/access/answer...nto-one-result...
    See more | Go to post
    Last edited by Jeremy Goodman; Feb 10 '11, 07:36 PM. Reason: Adding Access version
No activity results to display
Show More
Working...