I have searched hard for a solution to this that I can understand, but my novice status is making that tough. I feel like a number of people out there have solved this problem, but I'm just not getting it (or at least, how it applies to my particular setup).
I have two databases: one full of people (one record = one individual) and one full of photographs. The photographs database can have up to 24 numbers entered for each photo, indicating who is pictured in the photo. The numbers are to be record keys for the individuals in the people database.
What I want to do is, when displaying a photo, list the names of the individuals appearing in it. I can list their ID's, and crosslink to the person records, no sweat. The problem is showing the names instead of the ID numbers.
Again, I know this has been addressed, but I'm really having a hard time following the solutions (or potential solutions)... if a fully laid out explanation already exists I'd be happy to just be directed to it.
Thanks for any help.
I have two databases: one full of people (one record = one individual) and one full of photographs. The photographs database can have up to 24 numbers entered for each photo, indicating who is pictured in the photo. The numbers are to be record keys for the individuals in the people database.
What I want to do is, when displaying a photo, list the names of the individuals appearing in it. I can list their ID's, and crosslink to the person records, no sweat. The problem is showing the names instead of the ID numbers.
Again, I know this has been addressed, but I'm really having a hard time following the solutions (or potential solutions)... if a fully laid out explanation already exists I'd be happy to just be directed to it.
Thanks for any help.