F
forest8
Hi there
I want to use the following statement in the RowSource for a report but am
unsure of whether it's correct:
SELECT *, *
FROM T_Participants RIGHT JOIN T_General ON T_Participants.[Student_ID] =
T_General[StudentID_FK];
Does this look correct to anyone?
Thank you in advance for your help.
I want to use the following statement in the RowSource for a report but am
unsure of whether it's correct:
SELECT *, *
FROM T_Participants RIGHT JOIN T_General ON T_Participants.[Student_ID] =
T_General[StudentID_FK];
Does this look correct to anyone?
Thank you in advance for your help.