conormooney
Registered User.
- Local time
- Today, 14:55
- Joined
- Feb 17, 2004
- Messages
- 35
I have a main table:
Tbl_herd (Ear_tagNumber, Breed, Sex, DOB, DAM's Ear Tag Number, Deceased)
DAM=Mother
Each mother has a record in this table as well. I want the query to search through allthe DAM's and from this, search through all the Ear-Tag Numbers and pull out their record, so at the end i will have a table with all the DAM's Record
Any ideas?
Tbl_herd (Ear_tagNumber, Breed, Sex, DOB, DAM's Ear Tag Number, Deceased)
DAM=Mother
Each mother has a record in this table as well. I want the query to search through allthe DAM's and from this, search through all the Ear-Tag Numbers and pull out their record, so at the end i will have a table with all the DAM's Record
Any ideas?