I have a database linked to a form. I already have sql server set up to send an email to the administrator whenever a new record is added to the request table. I now want to be able to send an email to a different person after the administrator checks the request and approves or denies it (this will modify the database). Can I set it up so that when approved="yes" and email gets set to officemanager@company.com?
Also, is there a way to send an email back to the person who sent the request when approved=not null?
Start Free Trial