Hello Guys,
I am Oracle Database administrator, however i am unable to administrate access database

.
All i want is to SELECE (FNAME, SNAME, LNAME and EGN) in the SubForm based on that script:
SELECT Students.FName, Students.SName, Students.LName, Students.EGN
FROM T1_Specialnost INNER JOIN (T1_Period INNER JOIN (T1_Groups INNER JOIN Students ON T1_Groups.Group_ID = Students.Group_ID) ON T1_Period.Period_ID = Students.Period_ID) ON T1_Specialnost.Spec_ID = Students.Spec_ID
WHERE (((T1_Specialnost.SpecName)=[Forms]![Start]![Combo0]) AND ((T1_Groups.GroupName)=[Forms]![Start]![Combo2]) AND ((T1_Period.PeriodDate)<=[Forms]![Start]![Combo6]));
However it seems that, i am unable to requery to subform even when your comments.
Could you please help me please ?