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
Watermark macro
Problems with root password on new MySQL server and old databases...???
Lost E mail
Access denied error when using IIS Certificate Wizard to renew Thawte certificate
SEO Benefits of adding business address in Google Maps
TSQL decimal
DFS Replication question.
Active Sync and Exchange 2007
Outlook 2003 - Icon in Taskbar
DB Desing tips