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
Script to automatically adjust time
Installing Windows 98 on a Virtual Computer
DFS Problem
Remote control user sessions in terminal services
Outlook prompting for Username/Domain/Password
Navigation only works on certain frames
Office Service pack 3 TIff file association
Conducting Regular Expressions on a text file (Ruby)
Retrieve title from URL in Ruby on Rails
... referenced memory at "0x00000000". The memory could not be read".