Oct 5, 2006 #1 waterj4 MIS Sep 14, 2005 3 US I'm going over some old code that someone else wrote Code: DoCmd.RunSQL "UPDATE tblAssetRecon_Exceptions SET LegalEntity = 0 WHERE LegalEntity Is Null;", -1 What does the -1 do?
I'm going over some old code that someone else wrote Code: DoCmd.RunSQL "UPDATE tblAssetRecon_Exceptions SET LegalEntity = 0 WHERE LegalEntity Is Null;", -1 What does the -1 do?
Oct 5, 2006 #2 PHV MIS Nov 8, 2002 53,708 FR Its a boolean True value for the UseTransaction named parameter. BTW, no F1 key on your keyboard ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Its a boolean True value for the UseTransaction named parameter. BTW, no F1 key on your keyboard ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886