Hi Chris!
It would be better(..the best) if I could return it as Output parameter, because I have to call this Stored procedure in many places. So I feel opening a recordset for each instance is a bit costly. Why can't I assign the @maxid variable to the output parameter?

Pls help.