What is the best way to do this? I have a form that a user submits to my oracle database, a trigger assigns the data an ID # and then I want to return the ID # to the user and am not sure how to go about this. I was going to use a recordset with the ID #'s and just display the last number, but quickly found out that will not work since the values are not inserted in order in the database among other reasons.