I want to accept Duplicate Values in my table

Nithin
New Member

I made a table (Inventory) that consists of Barcode, Name and MRP. Some times the barcode remains the same only the MRP/Name changes. I gave like 2-3 dataโ€™s with same barcode, name but different MRP. In the Form Entry I referenced the column Barcode to that table(Inventory โ†’ Barcode). I want the duplicate barcodes to display in that referenced column as well as the table.

0 2 104
2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Nithin

Welcome to the community !

If you want to scan the items with their barcode ==> barcode column must be the key-column of the Item table.
But, key-columns must be unique.

==> what you are willing to do is not possible.

If you donโ€™t care about scanning ==> you may want to create another column, like โ€œIDโ€ and with initial value UNIQUEID() (show option : OFF), and set this one as key-column.
Then, set the barcode column/MRP column/whatever-you-want-column with Label property ON

Thank your for your Solution. I will try that

Top Labels in this Space