I
IrishRed
Hello All,
I feel like what I am looking to do is probably simple but I just can not
seem to figure it out myself. I would appreciate any suggestions.
I have a table that has SSN, first name and date of birth. The SSN can exist
more than once as it represents the head of the family. Here is a sample of
the data:
SSN FirstName DOB
123456789 Joe 07/11/1960
123456789 Kim 02/01/1980
123456789 Kevin 02/01/1980
I need to create a query to identify the records with twins and possibly
move them to a separate table via a make table query or something. In the end
I want to strip out the records for any tiwns (identified by same SSN and
DOB).
Was thinking of doing a count query to identify the twins and then was at a
loss for how to proceed from there. If I am overthinking this, please
straighten me out on it.
Thanks for your time.
I feel like what I am looking to do is probably simple but I just can not
seem to figure it out myself. I would appreciate any suggestions.
I have a table that has SSN, first name and date of birth. The SSN can exist
more than once as it represents the head of the family. Here is a sample of
the data:
SSN FirstName DOB
123456789 Joe 07/11/1960
123456789 Kim 02/01/1980
123456789 Kevin 02/01/1980
I need to create a query to identify the records with twins and possibly
move them to a separate table via a make table query or something. In the end
I want to strip out the records for any tiwns (identified by same SSN and
DOB).
Was thinking of doing a count query to identify the twins and then was at a
loss for how to proceed from there. If I am overthinking this, please
straighten me out on it.
Thanks for your time.