Hello all,
I have several tables with email addresses.
In table 1, I have records with unique email addresses.
In tables 2 and 3, there can be multiple records with the same email address.
If I remove and email address in table 1, I want to remove the same email address (if it exists) in the remaining tables 2 and 3. I'm doing that now through the After record updated event for Table 1.
But, how can I insert the information from Tables 2 and 3 if those have email addresses that are moved? The audit system responds to the Add/Edit pages, but not to any external effort of adding or editing information.
Is there a way to implement a call to the audit system to add a record from an external source? Has anyone ever done this?
I have several tables with email addresses.
In table 1, I have records with unique email addresses.
In tables 2 and 3, there can be multiple records with the same email address.
If I remove and email address in table 1, I want to remove the same email address (if it exists) in the remaining tables 2 and 3. I'm doing that now through the After record updated event for Table 1.
But, how can I insert the information from Tables 2 and 3 if those have email addresses that are moved? The audit system responds to the Add/Edit pages, but not to any external effort of adding or editing information.
Is there a way to implement a call to the audit system to add a record from an external source? Has anyone ever done this?