Hello all, I have an outlook form in 2007 that requires the user to approve/disapprove a request. Presently, I have it setup for the user to choose approve or disapprove from the toolbar custom actions tab. This works well and opens another outlook form relative to their choice. What I would like to do is have the user click a command button in the form that will then open the approved or disapproved form. I hope this is clear and do appreciate any assistance. I did try the following code but it produces a generic error: Object Required. CmdApproval_Click() Item.Actions("Approval Form").Execute End Sub R/Michael