Microsoft
Software
Hardware
Network
Question : Find Duplicate Query
Hi all,
I have a 'Find Duplicate' query that returns a list of people. The query returns the PersonID, Name and Order Date. The duplicate is based on the PersonID.
What I am wanting is the query to just return a single record for the Person - and I want that record to be the latest Order Date.
Is this possible?
Thanks,
Tom
Answer : Find Duplicate Query
try this query
select * from tableX
where [Order Date] in
(select max([Order Date]) from tableX group by PersonID)
Random Solutions
Access Runtime Edition - Opens db's in exclusive mode
Add preset percentile counts to SQL SP
How to provide a link in e-mail to open a specific record in Access 2007 ?
cross database view or something in SQL Serve?
Use Loop to create sequential numbers
Outlook 2007 Language Issue
calculate every sunday in the year
Pass through query to Oracle
Can I create a library of user defined functions in access?
Output and Email file