Im using Access database on my ASP pages and I have one question:
Lets say I got a form for registering new users. How can I get the autogenerated number, called userID ( is also primary key in the table ) that was created for this new user without have to make a new sql query to search for this user after creating it?
Lets say I got a form for registering new users. How can I get the autogenerated number, called userID ( is also primary key in the table ) that was created for this new user without have to make a new sql query to search for this user after creating it?