I have built an Access link for the business people to use to query the database. I have set up a form with command buttons to run various queries and allow them to look at reports. What I want to happen is that when the person clicks on a command button I want it to execute a procedure that I have stored in the Oracle database. I want it to run the following command in Oracle: exec parm_pass();

Does anyone know of a macro that does this or do I have to write some code???