Dear All,
I'm using an AutoNumber field to create ongoing numbers for records in table "contact".
Now I need to use 3 different forms for adding new contacts and I recognized that the numbers are not ongoing anymore.
Is there a simple way to use AutoNumber fields and avoiding the creation of records with the same AutoNr indipendent of the form?
Thanks in advance.
BR,
Oli
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
ongoing AutoNumber from different forms
-
- nuBuilder Team
- Posts: 4299
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: ongoing AutoNumber from different forms
You can't use a nuAutoNumber in this case. You would probably have to create a separate table in which a consecutive number is incremented.