I have a stored procedure on SQL Server called by Access project. The stored procedure return either 0 or 1 if a login is a member of as server role.
How do I receive the returned value in Access module.
I am using the following to run the stored procedure:
CurrentProject.Connection.Execute "checkrole"
Thanks for your help.
How do I receive the returned value in Access module.
I am using the following to run the stored procedure:
CurrentProject.Connection.Execute "checkrole"
Thanks for your help.