Greetings all,
I have created a MS Access file that is linked to a SQL on the backend that I made by using the upsizing wizard. It creates some modules that I would like to view,but when I go to open the module, I get a message that tells me the project is un viewable. I have went to the MSDN...
I have a stored proc in SQL express:
ALTER PROCEDURE [dbo].[getValues]
@atty_no char(5)
AS
SELECT (attorney_no) FROM TBL1 WHERE attorney_no = @atty_no
I want to call that SP from MS Access and assign a value to the parameter. how would I go about that? Everything I have tried so far has...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.