Microsoft
Software
Hardware
Network
Question : Query help
I have an Access table with 2 columns, TestID and TestDate. It holds a test number and the date of the test. A test number is repeated several times with each time the test was done. I need a query that gives me just the most recent test date of each test.
Thanks
Answer : Query help
SELECT TestID, Max(TestDate)
FROM SomeTable
GROUP BY TestID
Random Solutions
Trojan horse Proxy.26.AX
Internet explorer crash, Flash
Trying to setup "view" statement in bind using webmin. Is there a way?
Error when trying to move database path
Add muliple users script
EXCEL AUTO INVOICE NUMBER GENERATOR
How to Subtract 14 hours from GetDate()
can't open a web site using domain name on some pc's
Internal Modem
Making Apache use both processors on a dual processor system