Just ensure the correct indices (single column and/or multicolumn) are set in the table, bind the form to the table (or through a query) - and voila - Access should start throwing uggly messages at you when you try to save a record with dupes ;-) (you can substitute those messages through the form error event, or better, validate yourself in the forms before update event).
Roy-Vidar