Matthew wrote: > Is there any way to link these two rows together before I perform the > update?
What database are you using? Have you considering using a GUID as your unique ID instead of an auto-increment? That way you can generate them on the client side safely. Brad -- Read my web log at http://www.quality.nu/dotnetguy/ You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
