Onlylonely
Registered User.
- Local time
- Today, 21:58
- Joined
- Jan 18, 2017
- Messages
- 43
Hi Guess,
Appreciate if you could give some hint to me on this.
sSQL2 = "Update Issuetbl Set [Issuetbl].[Result] = 'Pass' WHERE ([Issuetbl].[Serial_Number] = '" & Forms!Checklist!txtSN & "') And ([Issuetbl].[Character_ID] = '1')"
CurrentDb.Execute (sSQL2)
Appreciate if you could give some hint to me on this.
sSQL2 = "Update Issuetbl Set [Issuetbl].[Result] = 'Pass' WHERE ([Issuetbl].[Serial_Number] = '" & Forms!Checklist!txtSN & "') And ([Issuetbl].[Character_ID] = '1')"
CurrentDb.Execute (sSQL2)