G
Guest
Scenario:
The database is part of a replicated set. The autonumber field is very long
and can be a negative number. All orders/estimates are identified by a
unique number. Sequential numbers are the current and preferred option.
Question:
How can I create a counter that will generate a new number each time either
a new record is created or saved.
There is not an issue of different replicated sets creating duplicate
numbers as each set is in a different departments and each require their own
counters.
The database is part of a replicated set. The autonumber field is very long
and can be a negative number. All orders/estimates are identified by a
unique number. Sequential numbers are the current and preferred option.
Question:
How can I create a counter that will generate a new number each time either
a new record is created or saved.
There is not an issue of different replicated sets creating duplicate
numbers as each set is in a different departments and each require their own
counters.