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