Let me ask the question a different way. I can run a query that gives me the most recent date of TB test - SQL is as follows: SELECT [Main EE Data 3-2-09].RC, [Main EE Data 3-2-09].Org, [Main EE Data 3-2-09].EmpNum, [Main EE Data 3-2-09].EmpName, [Main EE Data 3-2-09].PosTitle, [Main EE Data...
Thank you so much for responding. I am getting "Syntax error in From clause" message. This is what I used: SELECT * FROM Historical TB Data I
INNER JOIN (SELECT EE#, MAX(Given) As LastTest FROM Historical TB Data GROUP BY EE#) D ON I.EE# = D.EE# and I.Given = LastTest
Any idea where I...
Hi, I apologize for asking a questiong that seems to have been answered here previously, but in SQL form. It has been a long time since I've done anything in Access though so I need help.
I have two tables, a main employee table with the primary key being Employee ID and an immunization...
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.