C
cyberbenali
I am using Access 2003. I have four fields (genus, species, subspecies,
variety) that I need to compare between two lists (speciesCodes and
herbariumList). If all of the fields match, then I want the field
speciesCodes.symbol to populate the herbariumList.symbol field of the
matching records.
Is this possible? I know that when entries are being entered, I can do an
afterUpdate command in VBA to compare but I am baffled as to how to do it for
data that is already entered into the database.
variety) that I need to compare between two lists (speciesCodes and
herbariumList). If all of the fields match, then I want the field
speciesCodes.symbol to populate the herbariumList.symbol field of the
matching records.
Is this possible? I know that when entries are being entered, I can do an
afterUpdate command in VBA to compare but I am baffled as to how to do it for
data that is already entered into the database.