I need to alter the db described in my earlier post 559,230 to avoid having to repeat the task decribed (altering the values in an autonumber key whilst mainting integrety with the child table).
Copies of the database need to be made for use by users on remote machines – currently with no network access when out of the office).
Avoiding conflicts in the autonumber key is currently done by ‘seeding’ the autonumber for each copy so the users start on a diferent number.
I have looked (briefly) into replication but I don’t think it is the right solution to my problem (issues include the users need to delete records) so no suggestions about replication please.
Would it be possible to generate a key similar to a GUID (maybe combining the computer name and a time stamp to create a string) to ensure the value is unique. If so, is this fairly straightforward – any examples – or am I likley to run into trouble?