verified value field

Hi,

i have a form i want when i insert new record verified if the value of field 'aaaa" existe or not exite for disable insert duplicate value

Hi Ahmed,

You can create an index on the table containing this field and set the property AllowDuplicates to No. See also this page for more information: http://msdn.microsoft.com/en-us/library/aa607289.aspx