I have a workflow to send an email to an approver, so he can approve the order. But the problem is when I click on the link in the email, it still goes to the requestors form which is the main form. I created an approvers form which is also a main form. Now when the approver receives the email, how can he be directed to the approvers form? Is this through a specific url link or is this done through security? I have not touched on security yet. My other concern is that, what if the approver can also be a requestor? I can tackle the latter issue later, but I want to know how the email link can direct him to open the approver form. Thanks.