John Chamberlain Posted February 3, 2010 Posted February 3, 2010 I have two files that have been developed by different users. Both contain data that is similar (First Name, Last Name, Address, etc). I am ready to update one file with the other, so that I only have one file in the DB. My problem comes with the update option. If I am updating file #1 from file #2, and file #2 has an empty field where file #1 does not, it overwrites the field with a blank. I must be doing something wrong. Is there a way to keep the field data in file #1 if file #2 has a corresponding empty field?
Wim Decorte Posted February 3, 2010 Posted February 3, 2010 yes, but not with importing. You'd be better off making a relationship between the two files and use a looping script to use your own logic in what field that is transferred and what not, under what circumstances...
Recommended Posts
This topic is 5406 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now