Hi all,
I am running a query where i would like to find a minimum date in a group of records and also include some other fields with it. the problem is when i add more fields to my query they are defaulted to group by so, where i want to see the Unit name for the record with the min date, i get the min date for each Unit record. so if i have a data set of:
Unit name: Date:
Me 1/2/2000
You 2/2/2000
The result i'm looking for would be just the record with Me and 1/2/2000 but when i add the unit name to the query it adds a group by for it and i get both records i.e. giving me the min date for each unit which i understand why but i'm looking for the method to get to the min date value and some additional information. I know i'm missing something thanks for the help.
Thanks
Lost
I am running a query where i would like to find a minimum date in a group of records and also include some other fields with it. the problem is when i add more fields to my query they are defaulted to group by so, where i want to see the Unit name for the record with the min date, i get the min date for each Unit record. so if i have a data set of:
Unit name: Date:
Me 1/2/2000
You 2/2/2000
The result i'm looking for would be just the record with Me and 1/2/2000 but when i add the unit name to the query it adds a group by for it and i get both records i.e. giving me the min date for each unit which i understand why but i'm looking for the method to get to the min date value and some additional information. I know i'm missing something thanks for the help.
Thanks
Lost