routing a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to create a form to be used for an approval process in Outlook 2002?
I would like it to just have approval / not approved buttons that will reply based on selection. Example: I want to request a part be ordered. It needs to be approved by my supervisor. The approval should email back to the requester who then forwards it to the PA who in turn forwards it for approval to a manager. If during this process it is not approved the response would be sent back to the originator.
 
Yes, this is a very common application. You can create the buttons on the (Actions) tab. The code to tailer the response to the user's choice of button would go in the Item_CustomAction event handler.
 
Back
Top