J
Jim Dudley
Sorry for the first 2 incomplete questions.
Here is the SQL code I am trying to use.
Any Help will be appreciated.
Query Error Update WS_Cr from WS_Regs
Query:
UPDATE [QryWS_Reg_Select Recs_Updte_WS_Credits] RIGHT JOIN Workshop_Credits
ON [QryWS_Reg_Select Recs_Updte_WS_Credits].Student_Num =
Workshop_Credits.Student_Num
SET Workshop_Credits.PD_Credits = [PD_Credits]+1
WHERE ((([QryWS_Reg_Select Recs_Updte_WS_Credits].Workshop_Code)=[Workshop
Code]));
Error:
Depending on Join Type, either Updates 1 record only or fails to update 19
of 20 records. (Key Violations)
Note:
[Student_Num] is key field in Workshop_Credits Table and is indexed allowing
duplicates in the Worshop_Registrations Table.
I believe WS_Credits is the one Table and WS_Registrations is the many table.
Here is the SQL code I am trying to use.
Any Help will be appreciated.
Query Error Update WS_Cr from WS_Regs
Query:
UPDATE [QryWS_Reg_Select Recs_Updte_WS_Credits] RIGHT JOIN Workshop_Credits
ON [QryWS_Reg_Select Recs_Updte_WS_Credits].Student_Num =
Workshop_Credits.Student_Num
SET Workshop_Credits.PD_Credits = [PD_Credits]+1
WHERE ((([QryWS_Reg_Select Recs_Updte_WS_Credits].Workshop_Code)=[Workshop
Code]));
Error:
Depending on Join Type, either Updates 1 record only or fails to update 19
of 20 records. (Key Violations)
Note:
[Student_Num] is key field in Workshop_Credits Table and is indexed allowing
duplicates in the Worshop_Registrations Table.
I believe WS_Credits is the one Table and WS_Registrations is the many table.