Help with checking table for duplcate record

  • Thread starter Thread starter momo
  • Start date Start date
M

momo

I need to find out if a user name have been create before in a table. if so
I don't want to allow new users to recreate it.
 
Hi,

The trick is to use one the background data source. If it’s Datatable
you can set the field as unique. You can use one of the collections
types that also impose unique key.

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 
Back
Top