VBA for Excel & Access
The Knowledge shop........
Pages
Home
Excel Tips
Friday, May 22, 2009
Create Update Query Using SQL in VBA excel
Sub Update_Table()
Dim strsql As String
strsql = "Update [Table_name] set [FieldName]=""FT"" where [FieldName]=""Full-Time"""
CurrentDb.Execute strsql
End Sub
Cricket on your mind? Visit the ultimate cricket website.
Enter now!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment