CopperWire
Technical User
I'm trying to make a design master of a database so that I can update the database on a citrix server and replicate the changes to another server.
When I replicate the database my autonumber field value changes from Increment to Random. Also, I have a Date Ran field that enters the current date when I bring data into the table. I append new data each time and keep the old data for history. When I run the code to import the data all of my date ran records change to the current date, thus eliminating my history.
Any ideas what to do about these two situations or any good posts or sites regarding replicating databases would be of great help. Thank you!
When I replicate the database my autonumber field value changes from Increment to Random. Also, I have a Date Ran field that enters the current date when I bring data into the table. I append new data each time and keep the old data for history. When I run the code to import the data all of my date ran records change to the current date, thus eliminating my history.
Any ideas what to do about these two situations or any good posts or sites regarding replicating databases would be of great help. Thank you!