Hi,
I have a query (or a stored procedure) that I want to return an integer value from sql server into my vba code in access.
How do I go about executing the procedure (or the query) and then getting that integer value from it so that I can use it within my vba code?
I have a query (or a stored procedure) that I want to return an integer value from sql server into my vba code in access.
How do I go about executing the procedure (or the query) and then getting that integer value from it so that I can use it within my vba code?