Auto Incrament and Barcodes

Viewing 1 reply thread
  • Author
    Posts
  • September 6, 2017 at 8:50 AM #24447

    Eddzo
    Participant

    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?

    September 6, 2017 at 9:39 AM #24449

    Jose Monteiro
    Participant

    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

Viewing 1 reply thread

You must be logged in to reply to this topic.