mikemccloskey Posted April 12, 2001 Posted April 12, 2001 Can someone help me out with a simple way to finding new records. I was using the "update" feature of importing records but is it intolerably slow. I want to find new records in one database and import them into an identical database. Thanks for your help. Mike
BobWeaver Posted April 12, 2001 Posted April 12, 2001 There are probably a few ways. The thing that comes to mind is to create a relationship between the two files based on a unique identifer field (ie, whatever you previously used as the match field). Then search in the modified file for an empty related field (ie, the same match field again) that should normally contain some data. The records that are found should be the new ones.
CaelC Posted April 19, 2001 Posted April 19, 2001 A low tech but effective way is to do the following: Make two field that auto enter date and time created. Do a find on the set of records that are new since your last update (best to keep track of this in a simple log) and then import the found set into the identical database. Of course, you can script all of this or even just most of this to make it easier. I hope this helps, Cael.
Recommended Posts
This topic is 8619 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