We have a database to track errors during testing.
The database has MS Access front-end and SQL server back-end.
The project team is located in Europe and US.
To increase access performance for the US team we want to replicate the back-end database to an US server.
The main table containing the test errors uses an autonumber field as table key.
If a new entry is created in US and Europe, the same key might be used.
What's the best solution of have different number ranges in US and Europe, but still using autonumber fields.
Thanks in advance
Christof.
The database has MS Access front-end and SQL server back-end.
The project team is located in Europe and US.
To increase access performance for the US team we want to replicate the back-end database to an US server.
The main table containing the test errors uses an autonumber field as table key.
If a new entry is created in US and Europe, the same key might be used.
What's the best solution of have different number ranges in US and Europe, but still using autonumber fields.
Thanks in advance
Christof.