..or maybe I am looking at this all wrong (sorry, sp is very new to me) after retreiving the cnrecordset, how do I view the results? I have tried a message box, (msgbox cnRecordset(it should only retreive 1 field of 1 record)) but that is when we get the message. If i do this "msgbox err.number"...
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...
Thanks for the assistance all! I think I am getting somewhere. I created the ADO command object and I can connect and pass the value into the sp. However I am now getting the "type-mismatch" error when I run the procedure. I know that the sp's parameter is set to "varchar(5)" and it works from...
//create a pass through qurey
Pwise, I tried that and it did not work.
dhookom, do I need to use anything else with that DAO? Other statements? Or would that line be all that I need?
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.