I'm trying to update the table with inner join using VBA in MS Access but
I've tested the SQL Update
statement in SQL Server Management Studio and it's working. I'm getting an error as a result, see below.
Appreciate any help.
SQL = "Update A set A.RevBillCtrl = 8 from dbo_tblMain A inner join dbo_tblPlateNo as B ON B.PNC = A.PLC inner join dbo_tblSubcons as C on B.SCC = C.SCC "
A.RevBillCtrl
? - Ken White