Results 1 to 4 of 4
  1. #1
    mmori is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2011
    Posts
    7

    return list

    I have a database of light fixture symbols/identifiers, i.e. E01, E02, etc. The table contains other information about the fixture. In this table I have created a string to store a list of locations.

    I have another table with records that contain a room property as well as the light fixture key. So for example, a series of records could be:
    E01 - living room
    E02 - living room
    E01 - dining room
    E03 - kitchen
    E01 - kitchen

    The tables are linked and I want to create a report that shows all the light fixture data, including a list of all the rooms in which that fixture is used. I can't seem to quite get my head around a procedure that will do this.
    Example:
    E01 - living room, dining room, kitchen
    E02 - dining room
    E03 - kitchen



    I created a crosstab query that shows the quantity of each light fixture in each room, but I can't figure out how to use that to get what I want.
    Ideally, all I want is a string to use in a report, but I'm not sure how to get it.

    I think I've just gotten too bogged down in the problem. If anyone can offer a suggestion on how to accomplish this, I would appreciate it.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    mmori is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2011
    Posts
    7
    I think that might just do the trick. Thanks.

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    No problem.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 4
    Last Post: 06-16-2011, 09:30 PM
  2. Replies: 3
    Last Post: 08-03-2010, 03:35 AM
  3. Input data from one list box to another list box
    By KellyR in forum Programming
    Replies: 0
    Last Post: 06-04-2010, 11:24 AM
  4. Replies: 1
    Last Post: 05-17-2010, 12:21 PM
  5. List box to populate other list boxes
    By Nathan in forum Forms
    Replies: 0
    Last Post: 03-03-2009, 07:22 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