Alter Table statement to add field and make it unique (1 Viewer)

Design by Sue

Registered User.
Local time
Today, 14:08
Joined
Jul 16, 2010
Messages
648
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

Top Bottom