N
Niklas Östergren
Hi!
I´m facing a query which I in the beginning didn´t thought should be so
difficult to produce, and maby it isn´t. It´s just that I can´t figure out
how to do!
I have a query in which I have [FamilyID] and [PersonID]. Both fields are
sourted ascending and I´d like to get the first [PersonID] of all familys.
Her´s what it look´s like:
FamilyID...PersonID
2...............637
2..............640
2.............1055
4.............34
4............173
6............338
6............508
And this is what I´d like to get out of this:
FamilyID...PersonID
2...............637
4..............34
6..............338
All fields are in ONE table named <tblFamilyPersons>
TIA!
// Niklas
I´m facing a query which I in the beginning didn´t thought should be so
difficult to produce, and maby it isn´t. It´s just that I can´t figure out
how to do!
I have a query in which I have [FamilyID] and [PersonID]. Both fields are
sourted ascending and I´d like to get the first [PersonID] of all familys.
Her´s what it look´s like:
FamilyID...PersonID
2...............637
2..............640
2.............1055
4.............34
4............173
6............338
6............508
And this is what I´d like to get out of this:
FamilyID...PersonID
2...............637
4..............34
6..............338
All fields are in ONE table named <tblFamilyPersons>
TIA!
// Niklas