I have two tables which i want to use in my query.
tbl_herd (AnimalID, EarTagNumber, EarofTagging, Colour, Breed, Sex, DOB, Deceased, Status)
tbl_deceased/moved (AnimalID, EarTagNumber, EarofTagging, Colour, Breed, Sex, DOB, Deceased, Status)
I want my query to search through table herd and...