Results 1 to 2 of 2
  1. #1
    Coxck is offline Novice
    Windows 10 Access 2013
    Join Date
    Dec 2015
    Posts
    6

    List of emails based on name selections.

    I am creating a database to track status of jobs we have actively running. I would like to create a list of emails for each project. Currently I have my basic tables and forms built, and I would like to select people from the existing table and have all the emails pop up on the status form. What would be the best way for me to go about this. I could have upwards of 50 people in an email list.

    I am more of an Excel person and I have just started learning DB.

    Example:

    Select names
    Abby
    Cory
    Brian


    Adam

    Output
    Abby@xxx
    Cory@xxx
    Brian@xxx
    Adam@xxx

    Thank you

    Cory

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    You want to list email addresses?

    You have the full email address saved into a field?

    Selecting multiple filter parameters for the same field will probably require a multi-select listbox and VBA code. Review http://allenbrowne.com/ser-50.html

    Unless you want to manually type the parameter list into query object that uses IN operator for filter criteria. http://www.w3schools.com/sql/sql_where.asp
    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. Open a Report based on List Box Selections
    By CKING in forum Reports
    Replies: 12
    Last Post: 10-16-2013, 11:03 AM
  2. Copy list box selections to another list box
    By Gotham_Knight in forum Forms
    Replies: 1
    Last Post: 03-07-2013, 10:40 AM
  3. List Box Selections
    By MJeanBap in forum Forms
    Replies: 10
    Last Post: 04-05-2012, 06:26 AM
  4. Multiple Selections from a List Box
    By oleBucky in forum Forms
    Replies: 4
    Last Post: 05-06-2011, 08:24 AM
  5. Clear selections from a List Box?
    By Dreams2Fly in forum Forms
    Replies: 3
    Last Post: 03-28-2011, 02:25 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