childrenfirst
Technical User
Hi,
I have a sql string for a form in Access 2003, and it's just not working (no error message though):
Dim strUpdateEmail
strUpdateEmail = "Update [User] SET Email = '" & txt.FillEmail & "' WHERE WindowsUser = '" & Me.txtFillWindowsUser.Value & "'"
DoCmd.RunSQL strUpdateEmail
Any idea what I might have done wrong?
Thank you, thank you!
I have a sql string for a form in Access 2003, and it's just not working (no error message though):
Dim strUpdateEmail
strUpdateEmail = "Update [User] SET Email = '" & txt.FillEmail & "' WHERE WindowsUser = '" & Me.txtFillWindowsUser.Value & "'"
DoCmd.RunSQL strUpdateEmail
Any idea what I might have done wrong?
Thank you, thank you!