Mjbjer333
unread,May 10, 2013, 3:40:19 PM5/10/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a sendemail data macro which works in a local file (backend database) but will not work in the front end database.
I have tried both named data macro and table trigger event data macros to no avail.
In my research, I have found the following information:
*Link Tables. Data macros are not supported on link tables; however, you can associate logic on a backend ACCDB database for typical front-end/back-end applications.
*And the Data Macro logic works only with local tables, not linked tables (there are ways around this by placing Data Macro logic in the table in it's native database, the logic will fire even when an update is being initiated by a linked database).
Apparently, there is a way around it which I'm not finding. Any help with this would be appreciated.
Thank you!