R
rdifolco
Here is the scoop.
I have 1 table. It is used to list when an account is updated. A new entry
is entered everytime a change is made.
Table Example:
Account Latest_Date Received_by
abc 3/13/2006 rich
abc 3/18/2006 rich
abc 3/15/2006 rich
nbc 3/13/2006 rich
nbc 3/14/2006 rich
nbc 3/19/2006 rich
I need to be able to make a query that will give me a result only displaying
accounts with the latest date:
Example of Result:
Account Latest_Date Received_by
abc 3/18/2006 rich
nbc 3/19/2006 rich
How can I di this.
Any help is appriciated.
I have 1 table. It is used to list when an account is updated. A new entry
is entered everytime a change is made.
Table Example:
Account Latest_Date Received_by
abc 3/13/2006 rich
abc 3/18/2006 rich
abc 3/15/2006 rich
nbc 3/13/2006 rich
nbc 3/14/2006 rich
nbc 3/19/2006 rich
I need to be able to make a query that will give me a result only displaying
accounts with the latest date:
Example of Result:
Account Latest_Date Received_by
abc 3/18/2006 rich
nbc 3/19/2006 rich
How can I di this.
Any help is appriciated.