I am trying to change a unique key contraints of a table in my access db via query, but couldn't. Can anyone help? TO add, i used the following query:
Alter Table tblTest ADD CONSTRAINT u1 Unique(ID,ArchID)
Also, if there any way to change/add remove unique key via design view or any option?
Regards