Hello world, I have a challenge with an access database I created and administrate. Please assist me on this:
I have a table that contains a range of fields on sea turtle data: Turtle Releases table. One of the fields in it is the “Tag” field with entries like: KE5665. Each turtle has a unique tag, while each entry/record represents a First capture/Recapture event for a turtle. The same turtle can be captured many times and hence the number of times its Tag appears in the table represents the number of times it is captured.
1. How can I create a calculated field in the table that is going to calculate how many times each tag appears in the table?
2. 2. How can I create a calculated field in the same table that gives the recapture status of each turtle? For example returns 1 or Y for a record if the tag field of the record (hence turtle) appears more than once in the table, and N or 0 for the first time a tag is recorded
Thank you.