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
Creating a dynamic range name using VBA
shell script passing arguments
Lotus Domino LDAP connection to MS Exchange
How do I remove the Volume Control from the system tray/notification area using a reg hack?
Outlook 2003 error 0x8007000E
Script to take password automatically
MS Reporting Services IIF expression and MS SQL Server Database Money datatype
How do I permanently embed Windows Media Player in my taskbar?
HOW TO CONFIGURE DNS IN REDHAT LINUX?
Error updating public folder with free/busy information on virtual machine (0x80004005)