Results 1 to 4 of 4
  1. #1
    mrmims is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2013
    Posts
    53

    Collect Email via Query


    Hello,

    I am trying to Collect Data via email generated from a Query.

    The query is based off of a single table, and a few IS NULL Criteria to weed out data not in need of updating.

    Code:
    SELECT tbl_Axes.AxisNumber, tbl_Axes.AxisName, tbl_Axes.LowerSoftPosition, tbl_Axes.UpperSoftPosition, tbl_Axes.AxisNumberofLines
    FROM tbl_Axes
    WHERE (((tbl_Axes.LowerSoftPosition) Is Null)) OR (((tbl_Axes.UpperSoftPosition) Is Null)) OR (((tbl_Axes.AxisNumberofLines) Is Null))
    ORDER BY tbl_Axes.AxisNumber;
    The query runs great, returning exactly the information I need (about 20 records)

    But when I run the Collect Data via Email wizard, it sends an email with only 1 blank record.

    What am I doing wrong?

    I can run the wizard on the table with those specific fields, but it sends an email with all record, 75 of which do not need updating?

    Thank you for any and all help!

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    What is your code running the export and subsequent email generation?

  3. #3
    mrmims is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2013
    Posts
    53
    Using the Access 2010 wizard. Right clicking on the query and then clicking "Collect Data via Email".

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    So you're not running code. Your original post was a query that selected items from a table, what is your process related to that query? Are you mailing that query out expecting a user to fill in some information, then return the email to you where you harvest what they entered? If you are running a wizard I do not have that wizard in Access 2007 following this:

    https://support.office.com/en-us/art...0-689ba00a48e0

    If you are doing something other than this please explain what it is.

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

Similar Threads

  1. Collect Data via Email Form
    By sgilleland in forum Access
    Replies: 3
    Last Post: 05-17-2013, 04:34 PM
  2. Replies: 3
    Last Post: 10-31-2012, 06:45 PM
  3. collect data via email
    By aspen in forum Access
    Replies: 2
    Last Post: 04-26-2012, 03:21 AM
  4. External Data Collect Data - email
    By DucDuc in forum Access
    Replies: 1
    Last Post: 01-19-2012, 12:06 AM
  5. Collect Data Through Email in Table Format
    By snadeemshaikh in forum Access
    Replies: 1
    Last Post: 08-03-2011, 12:31 AM

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