Chance1234
IS-IT--Management
Been a long long time, brain is a bit rusty
I have in my database a f linked tabel going back to Sequel server,
name of the table is dbo_vw_acc_check_priority
im trying to run the following code,
StrSql = "UPDATE tblmain INNER JOIN (dbo_vw_acc_check_priority INNER JOIN tbltiers ON dbo_vw_acc_check_priority.cpty_priority_c = tbltiers.LetCode) ON tblmain.CounterpartyID = dbo_vw_acc_check_priority.CounterpartyID SET tblmain.Tier = [tbltiers]![Tier2];"
DoCmd.RunSQL StrSql
and i keep getting ODBC connection errors, i have a feeling im missing somethign damm obvious
please help!
I have in my database a f linked tabel going back to Sequel server,
name of the table is dbo_vw_acc_check_priority
im trying to run the following code,
StrSql = "UPDATE tblmain INNER JOIN (dbo_vw_acc_check_priority INNER JOIN tbltiers ON dbo_vw_acc_check_priority.cpty_priority_c = tbltiers.LetCode) ON tblmain.CounterpartyID = dbo_vw_acc_check_priority.CounterpartyID SET tblmain.Tier = [tbltiers]![Tier2];"
DoCmd.RunSQL StrSql
and i keep getting ODBC connection errors, i have a feeling im missing somethign damm obvious
please help!