Results 1 to 4 of 4
  1. #1
    JoeyG54 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    2

    Mailing list question

    Can access be used to create a mailing list that categories each person in multiple groups? For example, say person A is a breast cancer patient, also a colon patient, and is interested in yoga. Can that one person be flagged for all 3? Then can a list be extracted from the mailing list of just the people interested in yoga (even though they may have other categories attached to their name)?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    Sounds like something Access is well-suited for - relational data.

    Need tables:

    Patients

    Categories

    PatientCategory
    PatientID (foreign key
    CategoryID (foreign key)
    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.

  3. #3
    JoeyG54 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    2
    I should mention I'm a new to access. I looked up how to make foriegn keys and how to setup a mailing list. Is there a simple way you can explain how to select everyone in the mailing who have a similar characteristic even though they may have multiple different characteristics tied to them.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    Use queries to select records and manipulate data. Include Join clause to get data from related tables and Where clause to filter. Access Help has guidelines on building queries. This is basic functionality covered by any introductory reference book.
    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. Combo/List box question
    By wacky1 in forum Forms
    Replies: 2
    Last Post: 05-22-2011, 09:07 PM
  2. generating mailing label reports
    By Glider_man in forum Reports
    Replies: 7
    Last Post: 04-26-2011, 10:03 AM
  3. Mailing Query Question
    By bobbyfunk74 in forum Access
    Replies: 2
    Last Post: 03-01-2011, 12:15 PM
  4. Question about Value List
    By Buakaw in forum Access
    Replies: 3
    Last Post: 02-18-2011, 04:25 AM
  5. E-Mailing A Report (From a form)
    By adams.bria in forum Forms
    Replies: 3
    Last Post: 04-30-2010, 10:03 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