On Sat, 5 Jun 2010 08:53:32 -0400, Lloyd <lhite3...@juno.com> wrote: > I would like to search for all persons that were cremated, but cannot find > the right search to do it. >Can someone show me the way to go?
Not sure you can do it in Legacy. But you can do it easily in SQL... SELECT tblIR.IDIR, tblIR.Surname, tblIR.GivenName FROM tblIR WHERE tblIR.Cremated=1 This will work in MS Access, OOBase, LTools, MDBPlus, etc. You should also send it to Millennia as a suggestion (if I am not overlooking the obvious). http://www.legacyfamilytree.com/suggest.asp -- 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 after Nov. 21 2009: http://www.mail-archive.com/legacyusergroup@legacyusers.com/ Archived messages from old mail server - before Nov. 21 2009: http://www.mail-archive.com/legacyusergr...@legacyfamilytree.com/ Online technical support: http://www.LegacyFamilyTree.com/Help.asp To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp