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:
Then here is the desired example of the email form:
And finally for the outcome database (in Access) I'm hoping for something like this:
Any help or guidance would be highly appreciated.