Hello.
I need a help.
I just made a form to input various appliance with serial number.
How can i make some sort of control to avoid the mistake of input twice the same serial number?
Thanks to anyone can help me.
There are a couple of ways to achieve this.
1. You could enable the Show Auto-Complete option on your serial number field. Then as you type in a new value, you’ll see if that value was used before already.
2. If your serial number is numeric, you could use the Auto-Increment function and have Tap Forms generate a new value for you every time you create a new record. The value is not editable, so won’t accidentally be changed. And you get a new value every time, so that’s unique.
Thank you for your replay.
I’ll try.
Federico
P.s. Great Job!