Not that good with SQL yet but I'm learning.
So I have 3 tables:
tblOne(Id, Type) tblTemp1(Name, Type) tblTemp2(Id, Name)
Basically, I want to update tblOne where the where it's 'Id' matches from tblTemp2, but than that also goes and grabs its 'Type' from tblTemp1 where the 'Name' matches.
Can anyone help?