unique value

S

smk23

How do I write a SQL statement where I want one field unique (MasterCodeID)
but several other columns from the same table, say Field 1, Field 2 that are
not unique?
Thanks
 
J

Jerry Whittle

Hi,

Your question could be interpeted different ways. How about showing us some
of the existing data, with the real table and field names, then what you want
this data to look like.
 
Top