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 strongm 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: *

  1. TROUTSPOT

    Stored Procedure Error 7874

    I am a newbie to access projects & sql. I am using the following stored procedure in an access data project to update a field in a table called tracker Alter Procedure UpDateReceivingPOPrints AS Update Tracker Set PrintRecPO = 0 WHERE PrintRecPO <> 0 When I run it I get the...
  2. TROUTSPOT

    Problem with stored procedure ADP

    I am a newbie to access projects & sql. I am using the following stored procedure in an access data project to update a field in a table called tracker Alter Procedure UpDateReceivingPOPrints AS Update Tracker Set PrintRecPO = 0 WHERE PrintRecPO <> 0 When I run it I get the following...

Part and Inventory Search

Back
Top