Dim sql1 As String, recsAffected As Integer, audID As Long
Dim cnt As Integer
sql1 = "Update dbo_Epic_TrackPayorProviderTpins Set " & _
"EpicExtractFlag = '1' " & _
"Where AuditID = " & audID
cn.Execute sql1, recsAffected
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.