conormooney
Registered User.
- Local time
- Today, 11:28
- Joined
- Feb 17, 2004
- Messages
- 35
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 select all those animals which are deceased and put them in my table decease/moved and i also want them to select from the status field, which gives a drop down menu of In Herd, Left Herd, Restricted and select all those animals that are 'Left herd' and put their records into my table deceased/moved.
any ideas?
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 select all those animals which are deceased and put them in my table decease/moved and i also want them to select from the status field, which gives a drop down menu of In Herd, Left Herd, Restricted and select all those animals that are 'Left herd' and put their records into my table deceased/moved.
any ideas?