Sorry it took me so long to respond, this was all going to my spam box in my
e-mail....
The data that is input does just come from a spreadsheet listing. I have a
table that lists animal's birth information, when that information is entered
some animals are missing their Sire (father) listing, later this field is
updated by entering in the sire or by updating the currently listed sire to
the correct one. This is usually done ~400 or more animals at once, it is
time consuming to go through the table and enter them all or change them
manually. It doesn't happen that often so I don't know that I need a code
that is regularly available to use. There is obviously no pattern to which
sire goes with which animal so I'm not sure how to do this.
Again:
How can Access determine - based on information in a table or in a spreadsheet
- WHICH animal is the sire? Is that information available in computer-readable
form, or is this something coming from a sheet of paper via a human mind?
You certainly would NOT do this using a table datasheet directly, except
perhaps as a one-time emergency operation; you'ld use a Form instead, and
perhaps an Update Query if you can identify a group of animals all with the
same sire.
But you have not explained how that information can be identified.