I need to update the field "qnrsview" from the users table with the value of ParametersUsers table
ParametersUsers.ParamUserId = Userslogin.userid
I hope I made some sense. Userlogin.qnrsview should end up with the same value as ParametersUsers value where ParametersUsers .ParamUserId = Userlogin.Userid
Microsoft SQL ServerWeb DevelopmentASPSQL
Last Comment
Aleks
8/22/2022 - Mon
Wayne Barron
ASP Classic
ASP.NET
Aleks
ASKER
The update should be done by running a query. I am using SQL 2012
@amucinobluedot
Glad that you got this resolved.
To be honest, I had been working with a lot of ASP.NET code on the day this thread came in.
And I was not thinking SQL Server, I was thinking. ASP.
ASP.NET