High level overview of what I'm trying to accomplish.
Employee opens a form and completes it. The employee now wants to route the form to the Manager Library.
The manager opens the form and has the ability to route it back to Employee Library or route it to the Completed Library.
Form libraries:
Employee, Manager, and Completed
Using buttons and rules I'm able to submit the form to another library, but a copy of the form stays in the library that it's opened from. How do you submit a form to a different library without leaving a copy behind?
(I'm already using a bunch of code in the form.)