I did not find the answer to my question, all the unique restriction problems did not concern MS Access.
The question is how to make a unique restriction on multilevel fields in the MS Access 2003 database?
If my table consists of columns id, A, B, C, D, E, F I have an index in the id column, but I would like to have a unique constraint for both columns A and B Therefore, I can have a duplicate value in column A if the value in column B is different.
I want to emphasize that I am not interested in a workaround, for example , creating a new column with concatenated values from columns A and B and creating a restriction in this column.
sql unique ms-access-2003 constraints
MPękalski
source share