Compound Primary Key

Compound Primary Key

I need to create a table of team members and I need to ensure that no team member is entered twice.
How can I make the combination of first name and last name unique.
 
Thanks!