whojstall11
Registered User.
- Local time
- Today, 12:08
- Joined
- Sep 7, 2011
- Messages
- 94
How would I add multiple criteria to this statement this doesnt work
PHP:
Private Sub cmdUpdate_Click()
DoCmd.RunSQL "UPDATE [Hardware Asset]" & _
" SET [Hardware Asset].[OS] = """ & Me.[OS] """ [Hardware Asset].[State] = """ & Me.[State] & _
""" WHERE [Hardware Asset].[AssetNumber] = """ & Forms![Hardware Asset Update Form]![AssetNumber] & """"
End Sub