robertma,
the best way to do this is before creating the record check to see if a record already exists. If is does then display an error message else create a new record.
the way you would implement would obviously depend on the db type eg mssql, access, mysql,oracle etc.
and the programming language you would use to implement this
MM
|