Results 1 to 3 of 3
  1. #1
    jackmcphee4423 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2017
    Posts
    1

    How to set up a recurring data collecting email with Microsoft Access?

    I have MS Access 2010 tables, each with 100-200 records. Each record represents an exact task and has an empty field at the end for progress. I'd like to receive status report data (in percentages) from the colleagues each week about the progresses. Not cumulative data, but the progress of each week on each task.



    I managed to create data collection emails with the wizard and MS Outlook, but that only showed one record per email.

    As one table should be updated by one person, I would like to list all the records with each field of a table in one email (so the submitter can identify the tasks), and only the empty field should be writable where they can enter the progress.
    Finally when they submit, all the records should be saved in a separate table as new records anytime a new submission arrives.

    Please find an example MS Access table here:
    Click image for larger version. 

Name:	profi_01.JPG 
Views:	25 
Size:	89.9 KB 
ID:	27404

    Then here is the desired example of the email form:
    Click image for larger version. 

Name:	profi_02.JPG 
Views:	25 
Size:	88.4 KB 
ID:	27405

    And finally for the outcome database (in Access) I'm hoping for something like this:
    Click image for larger version. 

Name:	profi_03.JPG 
Views:	25 
Size:	184.1 KB 
ID:	27406

    Any help or guidance would be highly appreciated.

  2. #2
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 8 Access 2013
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    705
    What you want to do is possible.

    I am a professional programmer. Very skilled with VBA. I have done similar projects like this before with VBA code. Already knowing how to do it, It would probably take me a minimum of 15 hours for a fully tested solution.

    Something to consider:

    From Access save all the records for a user to an Excel workbook.. Send the Excel file as an attachment to each user. The user can update the excel file and return it back as an attachment. Import he Excel file back into access.

    This will be much simpler to code.

    Thee excel method should take about 10% of the time of other way.

  3. #3
    NTC is offline VIP
    Windows 10 Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    Using an excel template as suggested by BT is what I would also recommend. Harvesting data via email is a fragile concept as it glues together different technologies.

    If the colleagues are all on the same LAN - then you could give them a very simple classic Access front end to use to enter their data linking to your table.

    If the colleagues are spread out geographically - you could consider an Access web form if they are all internal employees or if they are from external organizations one could use a very low cost web service such as Zoho for their data input - and then download & import the data into your Access application periodically.

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

Similar Threads

  1. Replies: 13
    Last Post: 10-06-2015, 09:12 AM
  2. Collecting data by email
    By jabbott@ndcpas.org in forum Import/Export Data
    Replies: 1
    Last Post: 03-17-2015, 11:05 AM
  3. Checkboxes in Email for Collecting Data
    By pietvoerman in forum Forms
    Replies: 4
    Last Post: 07-04-2014, 12:50 AM
  4. Collecting EMail Attachments using Data Collection Replies
    By Blindswerve in forum Database Design
    Replies: 1
    Last Post: 05-16-2012, 04:56 PM
  5. Collecting data via email with drop downs
    By tlyons in forum Access
    Replies: 2
    Last Post: 01-19-2011, 10:34 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