If you have 2 "natural fields" that must be taken together to make a unique combination, you could create a composite primary key with this combination. A record has a single Primary key -- that key could be composite or atomic, but there is only 1.
If you wanted to use a single autonumber, Primary key, you could do so. But typically you would also include a composite unique index based on your combination of natural fields.