Alter Table statement to add field and make it unique

Design by Sue

Registered User.
Local time
Yesterday, 19:09
Joined
Jul 16, 2010
Messages
816
I am using the following to add a column to an existing table. How do I make this column indexed with no duplicates?

db.Execute "ALTER TABLE [BrandTBL] ADD COLUMN UPCGroupName TEXT;"

Thanks
Sue
 

Users who are viewing this thread

Back
Top Bottom