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 macro vs modules
Access 2007 - Query - String Manipulation - I need to cut delete the first two Characters in a Field based on criteria
smartheap error
ISA event 14148
Number of folders
Enter Parameter Value after changing a form to subform
binary to hex convertion?
Obtaining the DataGridTemplateColumn to set items source in code behind
Out look archive error
How does one keep from highlighting when a new program is installed