Hi
A simple one I'm sure.
How do I select all records from one table that do not have a FK in another.
EG
Table_Class
ClassID
ClassName
TeacherID
Table_Teacher
TeacherID
Name
I want to see a list of Teachers who are not assigned to a Class.
Thanks in advance
Please can someone help.
How do I calculate the average date of birth in Access.
EG This gives me DOB and Age in years, how do I get the Average Age of ALL users?:
SELECT Pupil.DOB, DateDiff('yyyy',[DOB],Now()) AS Age
FROM Pupil;
Many Thanks
C
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.