How can i let the program create key automati

How can i let the program create key automatically in succession ?

I tried using the function UNIQUEID() but it is giving random key numbers ( Not in succession )

Solved Solved
0 10 447
1 ACCEPTED SOLUTION

You can use MAX(TableName[ID])+1 in initial value field but please remember that if you have more than one user or one user with two devices, you probably will have duplicates.

View solution in original post

10 REPLIES 10
Top Labels in this Space