I have a question about single and multi field primary keys.
For example in my employees table I have the autonumber ID field, first name and last name. That relates to a Certifications table where I track the employee's certifications.
On the form for certifications, I would like to see the employee's name when I'm entering the data for their certifications. Will I be able to do that if I only set the autonumber as the primary key or do I need to include the first and last name fields in the primary key as well for that to happen?