Hello everyone,
I’m trying to create a inventory database.
Id like a way to give each pcs of inventory a unique ID so that I can land on it with a barcode.
Is there a way to Auto Increment each time a new record is made?
Hi,
1.
I’m not sure if this is what you’re talking about
2.
I’m not an expert on Tap Forms
3.
But on the Inspector Panel, Fields Tab, you can select a number field and for this field you can:
– check off the auto-increment box
– set a value for Increment By field
– Set a Default value
If you are starting from scratch (no records) and would like the first record to have value 1 and and being incremented by 1, you should set:
– Increment By to 1
– Default Value to 1
Then clicking the “+” button the first record is created with value 1, clicking again the second record will take value 2 and so on …
Hope this helps,
Jose