On Thu, 8 Oct 2009 10:30:48 -0400, "William H. Boswell"
<whbosw...@gmail.com> wrote:

>For
>instance, when I imported a GEDCOM from Family Tree Maker into Legacy, all
>of the Detail Text was put into Detail Comments.

Something like...

UPDATE tblSX SET tblSX.SrcDetText=tblSX.SrcDetNote,tblSX.SrcDetNote=""
WHERE ((tblSX.SrcDetText="") AND (tblSX.SrcDetNote<>""))

... would move *ALL* Detail Comments to Detail Text for every citation
in your database (if this is what you wanted to do).
 
-- 

Dennis Kowallek (LTools)
http://zippersoftware.com/ltools
http://groups.yahoo.com/group/ltools



Legacy User Group guidelines:
   http://www.LegacyFamilyTree.com/Etiquette.asp
Archived messages:
   http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/
Online technical support: http://www.LegacyFamilyTree.com/Help.asp
To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



Reply via email to