Identifying if Product Code Exists

I am building up a product file through a form and each product is entered through a unique QR Code. What expression can I use to check that the value of the scanned QR code does not already exist in the product file table and if it does I need to prevent the record from being submitted. The field in question is [Product Code].

Thank you.

Solved Solved
0 11 709
1 ACCEPTED SOLUTION

Then you should be able to do it likeโ€ฆ [Butt Min Diameter (cm)] < ANY(SELECT(YourExistingFormulaIn InitialValue)). You should have a situation where you check the condition like number against number.

View solution in original post

11 REPLIES 11
Top Labels in this Space