Results 1 to 2 of 2
  1. #1
    liamfrancis2013 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2015
    Posts
    7

    Creating a Report, from a Form, based on values selected in a List Box.

    Hi,

    The idea is i want to create a Form, from a Field in my Table, containing the names of a group of people in a list box. From which i can generate a Report.



    I need the report to return all the other fields for the names i have selected.

    Basically i just want to get back records for the multiple people i have selected. Alternative methods would be fine

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Create a 'picked' table. When user double-clicks the person in the 'available' list, run an append query to add that person to the 'picked' list.

    In a query Join this picked list to the data table on the person, only those in the list will get data.

    you can remove everyone in the list with a delete query.

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

Similar Threads

  1. Replies: 2
    Last Post: 04-11-2016, 03:54 PM
  2. Replies: 7
    Last Post: 01-26-2016, 07:12 AM
  3. Replies: 13
    Last Post: 11-27-2014, 10:18 AM
  4. Replies: 14
    Last Post: 12-06-2012, 11:25 AM
  5. Replies: 1
    Last Post: 03-27-2010, 06:13 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