I have a query that shows only the last record entered in my table for each account number. The table has lots of records for each account number but this query only shows the last record entered for each account.
For the sake of this example, lets say, I have ten account numbers and when I run the query I get ten records.
I want to produce a report from this query but I need to show one field in the record that is true/false. Every time I add the true/false field into the query I get 20 records. For each account I get one that is true and one that is false.
I don't care whether the last record for the account was true or false, I just want the last record and to show the true/false value for that last record. GGuy
For the sake of this example, lets say, I have ten account numbers and when I run the query I get ten records.
I want to produce a report from this query but I need to show one field in the record that is true/false. Every time I add the true/false field into the query I get 20 records. For each account I get one that is true and one that is false.
I don't care whether the last record for the account was true or false, I just want the last record and to show the true/false value for that last record. GGuy