Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wakgtech
  • Content: Threads
  • Order by date
  1. wakgtech

    Viewing the Modules in MS Access

    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...
  2. wakgtech

    Calling a stored procedure with a parameter.

    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...

Part and Inventory Search

Back
Top