* Comparing and merging records
-
mikegscoles
- Diamond
- Posts: 66
- Joined: 01 Sep 2006 21:27
- Family Historian: V6.1
Comparing and merging records
I have a large main file which contains all information about all of my connected families.
I have other smaller files which contain information specific to a particular branch of the family which duplicate information in the main file.
When I update the information from new research I make the changes/additions to the main file.
Is there a way of updating the smaller files without entering the information in all over again.
What I am looking for is a record by record only merge. The answer is probably staring me in the face but I can't see it!
ID:4621
I have other smaller files which contain information specific to a particular branch of the family which duplicate information in the main file.
When I update the information from new research I make the changes/additions to the main file.
Is there a way of updating the smaller files without entering the information in all over again.
What I am looking for is a record by record only merge. The answer is probably staring me in the face but I can't see it!
ID:4621
- Jane
- Site Admin
- Posts: 8442
- Joined: 01 Nov 2002 15:00
- Family Historian: V7
- Location: Somerset, England
- Contact:
Comparing and merging records
I have to ask why you have duplicate information in other files.
If it's simply to share with others why not just keep the master information in one file and use the Export/Split Tree functions to copy out information for others when you need to.
If you need to keep multiple copies of the same data just use the split tree or export to export the data you need to transfer and merge it to the other file.
If it's simply to share with others why not just keep the master information in one file and use the Export/Split Tree functions to copy out information for others when you need to.
If you need to keep multiple copies of the same data just use the split tree or export to export the data you need to transfer and merge it to the other file.
-
mikegscoles
- Diamond
- Posts: 66
- Joined: 01 Sep 2006 21:27
- Family Historian: V6.1
Comparing and merging records
Thanks for the prompt reply Jane.
I believe I need some sort of query to pass the information to the split tree helper?
I can't think how to do this. LastUpdated() would do this if I could isolate records which were changed on a specific date.
I believe I need some sort of query to pass the information to the split tree helper?
I can't think how to do this. LastUpdated() would do this if I could isolate records which were changed on a specific date.
- Jane
- Site Admin
- Posts: 8442
- Joined: 01 Nov 2002 15:00
- Family Historian: V7
- Location: Somerset, England
- Contact:
Comparing and merging records
Just save the Last Updated Query as a custom one and add a Row selector where
=lastupdated() is greater than
and add a parameter so it prompts for you to select a date.
=lastupdated() is greater than
and add a parameter so it prompts for you to select a date.
-
mikegscoles
- Diamond
- Posts: 66
- Joined: 01 Sep 2006 21:27
- Family Historian: V6.1
Comparing and merging records
That works
Thanks Jane.
Thanks Jane.
- davidm_uk
- Megastar
- Posts: 740
- Joined: 20 Mar 2004 12:33
- Family Historian: V7
- Location: St Albans, Hertfordshire, UK
Comparing and merging records
What I do if I want to send a bit of my tree to someone is display a diagram of as near that bit as I can, hide any extraneous people in the diagram, select all the people showing in the diagram (just use the mouse and drawer a box around all of them), and then add the selected people to a named list.
Use this named list in the spit tree helper. Easier than constructing a query (well it is if you know as much as I do about queries!).
HTH
David
Use this named list in the spit tree helper. Easier than constructing a query (well it is if you know as much as I do about queries!).
HTH
David
-
mikegscoles
- Diamond
- Posts: 66
- Joined: 01 Sep 2006 21:27
- Family Historian: V6.1
Comparing and merging records
Thanks David.
That works too and is probably the best way to solve the problem.
Mike
That works too and is probably the best way to solve the problem.
Mike