A family of Microsoft relational database management systems designed for ease of use.
Hi vls1231:
Do this:
- Open your Access Task Management applet. I hate macros and this applet is purely run by macros. The code is difficult to follow. That said...
- Now go to the form "Task List" which has the nonfunctioning "Add or Remove Attachments." Select the "On Click" event's embedded macro event.
- Looking at the code, you'll see that the object that it's pointing to is missing. Microsoft forgot to finish putting in all the elements of this applet! Maybe one of the Microsoft guys or the MVPs can report this bug to Microsoft.
- Albeit, you can add an attachment if you open up the email:
- Alternatively, you can always use VBA's SendObject function to send emails with attachments. See this URL on how to do that: https://stackoverflow.com/questions/33918482/ms-access-send-email-with-report-as-attachment/33918657