G
Guest
Hello,
I need help with the following UPDATE query. I'm having problems with the
placement of single and double quotes. "Me.txtNewRoleName" is a textbox on
the form. I want to use the value of this object in the query. Query is:
"UPDATE tblPreRoleApplMapping Set NewRoleName = '" & Me.txtNewRoleName & "'"
Hard to see but this is what I have: ...Name = ' " & Me.txtNewRoleName & "
' "
I added an extra space before and after the single quote so its easier to see.
Thanks,
Rich
I need help with the following UPDATE query. I'm having problems with the
placement of single and double quotes. "Me.txtNewRoleName" is a textbox on
the form. I want to use the value of this object in the query. Query is:
"UPDATE tblPreRoleApplMapping Set NewRoleName = '" & Me.txtNewRoleName & "'"
Hard to see but this is what I have: ...Name = ' " & Me.txtNewRoleName & "
' "
I added an extra space before and after the single quote so its easier to see.
Thanks,
Rich