Thread: VBA duplication
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CRANSWICK, P CRANSWICK, P is offline
external usenet poster
 
Posts: 1
Default VBA duplication

Hi, I have an excel form which is currently used to insert records into sql
table via the click of a macro button. The only problem is that it currently
allows duplicates and is causing a few problems. How can I stop duplicates on
Client Name being inserted into the sql table to make my form more efficient?
Any ideas would be appreciated?