|
-
Oct 26th, 2006, 08:49 PM
#1
Thread Starter
Junior Member
Update strsql does not work...
Hi,
I have a update string for a form in Access 2003, and I just can't get it to work. Please help!!
Dim strUpdateEmail As String
If .... Then
strUpdateEmail = "UPDATE [User] SET Email = '" & Me.txtFillEmail.Value & "' WHERE WindowsUser ='" & Me.txtFillWindowsUser.Value & "';"
DoCmd.RunSQL strUpdateEmail
Else
End If
Thank you, thank you!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|