Does Access support output parameters? I have a stored query that I am using in a web app - I would like to have it return the pkey of the last inserted record. It doesn't seem to like it when I specify that a param is an output query - VarName Long OUTPUT - or when I tried using @@Identity.