Can we create multicolumn unique indexes on MS access databases?

后端 未结 4 1864
走了就别回头了
走了就别回头了 2020-12-01 10:53

We\'d like to prevent record duplication in our MS access database using a multicolumn unique index. Because of how the data is sent (via network), duplicate data is sometim

4条回答
  •  一整个雨季
    2020-12-01 11:20

    Open the table in design view in MS Access, select the three columns that you want to make into the unique index, and then click the little key on the toolbar. You cannot have null values in a primary key (set).

提交回复
热议问题