PDA

View Full Version : duplicate entiries


paul377172
05-10-2009, 03:55 AM
Hi I want to avoid create duplicate entries from the insert Record form. Now this is so easy to do with Adobe developers toolbox and i was expecting the same here. I want it so that the Title field can't be duplicated. What is the easiest way of doing this?

Thanks

Ray Borduin
05-11-2009, 08:07 AM
I would add a recordset to the page and filter it by the Title Field, then use Validation Toolkit server side validation to validate that the number of results is zero.