How could I create an numeric sequence for an...

How could I create an numeric sequence for an ID field as an UNIQUEID() function?

Solved Solved
0 5 333
1 ACCEPTED SOLUTION

First, make sure you have the Column type set to Number. Then, in the Column definition>Initial Value, try:

MAX([ID Field])+ 1

View solution in original post

5 REPLIES 5
Top Labels in this Space