Setting the field ID to auto-increment

Auto-incrementing allows you default the ID field to the Next ID value. This value is updated every time a new record is saved, by adding 1 to the previous value. The Next ID value can be a combination of letters and numbers, but must always end in a number.

To auto-increment the ID field:

1. Click the expansion button next to the ID Field Prompt.
2. Mark the Auto-increment ID field check box.
3. Enter the Next ID value.
4. Click Save.

 


Documentation Feedback