P
Patrick Pohlmann
Hi,
I am using a Stored Procedure to insert a new record into a table. I am
accessing this Stored Procedure via VBA in my Access adp like this:
cnn.Execute "exec MyProcedure MyParameter1, MyParameter2"
Can anybody tell my how to get the new Indentity ID after INSERT to use it
within Access?
Thank you for your help.
Regards
Patrick
I am using a Stored Procedure to insert a new record into a table. I am
accessing this Stored Procedure via VBA in my Access adp like this:
cnn.Execute "exec MyProcedure MyParameter1, MyParameter2"
Can anybody tell my how to get the new Indentity ID after INSERT to use it
within Access?
Thank you for your help.
Regards
Patrick