Our Knowledge Base covers a wide variety of technical topics, from the basic to the complex.
Knowledge Base
How do I create an automatically increasing sequential number or alpha-numeric string?
If you create a formula numeric type of field, you can reference the built in field Record ID # to increment your number automatically. If you're not familiar with creating new fields, the following link explains how.
https://www.quickbase.com/help/adding_a_field.html
Once you've created your formula numeric field, your formula would look something like this.
[Record ID #] + 100
This formula would take the Record ID # and add 100 to it for each new record. So if the Record ID # is 1, the formula numeric field would return 101.
If your sequential number needs to include letters, create a formula text field instead of a formula numeric field. Your formula might look something like this.
[Record ID #] + 100 & " " & "Support"
If the Record ID # is 1, the formula text field would return 101 Support.
- 40651 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (35)
- Application (45)
- E-Mail (7)
- Fields (41)
- Forms (20)
- Formulas (18)
- General (69)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)



Comments
Post new comment