I am linking tables from an existing ODBC data source and running queries from them. In one of the queries I'm trying to get a list of accounts that have had activity in the last year. The problem is if an account has had multiple activity dates it is showing twice or more and I only want to see it once. There is an account number field that I want to restrict to only have the account show once but I don't know how.
Any help would be appreciated.
Any help would be appreciated.
Comment