I have two tables with similar fields.
Eg.
Table1
Town
Province
Type
Table2
Town
Province
Type
When a new record is added on Table1, I would like to have an e-mail sent to the users that added info in Table2 that is exactly the same. A sort of notification that info is the same.
These mails must be sent to all the users in the Table2 that has comparing info.
Further, I would like to have users to have an option to agree on receiving notification e-mails or not. If selected, mails will be sent, if not selected, mails will not be sent.
Thank you for any helpful tips. I appreciate.