I have a station ID table connected to another data (species code) table via one to many relationship using the station ID. Users enter species codes for a station using a form. How can I prevent a user from entering duplicate species codes for a particular station ID. In other words its ok to have duplicate species codes in the data table, but not for a particular station ID. Hope this is not confusing. Thanks for any help.