Allow new records only

Hi. I would like to know if there is a way to allow only the insertion of new records in a column

Solved Solved
0 13 523
1 ACCEPTED SOLUTION

@Mynor_Menendez
Can you try with this?

SELECT(RefTableName[KeyColumn],TRUE) - SELECT(RefTableName[KeyColumn],TRUE) + SELECT(RefTableName[KeyColumn],[_RowNumber]=MAX(SELECT(RefTableName[_RowNumber],TRUE)))

View solution in original post

13 REPLIES 13
Top Labels in this Space