Question for beginner

Hi Friends
a question.
how to avoid duplicate records ?

You can use primary key.

ok, but code would have to validate that, or not?

Hugo,

If you are using a database back end? if so just add a 'unique index' to the column you want to be unique and then infer the datasource.

John