News: Welcome to our new site! All data from the old site (including photos) have now been uploaded (whew!)

I will now begin granting limited access to users that have requested it, however all edits will be reviewed by either Vernon CHARTIER or myself for the time being until we're sure the user knows how the new system works (and he and I are still learning it too!).

NOTE: The maps feature does not seem to work well on GOOGLE Chrome, so use the internet browser bundled with Windows.

  First Name:  Last Name:
Log In
Advanced Search
Surnames
What's New
Most Wanted
  • Photos
  • Documents
  • Headstones
  • Histories
  • Recordings
  • Videos
  • Albums
    All Media
    Cemeteries
    Places
    Notes
    Dates and Anniversaries
    Calendar
    Reports
    Sources
    Repositories
    DNA Tests
    Statistics
    Change Language
    Bookmarks
    Contact Us
    Register for a User Account

    Family: Julien Albert CHARTIER / Bonnie BASTONE (F11849)



    Family Chart     |    PDF

    An error has occurred in the TNG software. This could be due to a setup issue, an incomplete upgrade or a program bug. If you are the site owner, you may contact TNG support for help with this problem. Please copy the query below and paste it into your message.

    Query: SELECT distinct a.gedcom gedcom,a.familyID familyID,husband,wife, c.personID, c.firstname,c.lastname,c.sex,IF(birthdatetr!='0000-00-00',year(birthdatetr),year(altbirthdatetr)) as birth,IF(deathdatetr !='0000-00-00',year(deathdatetr),year(burialdatetr)) death, marrdate, c.living living, c.private private, c.branch branch, nameorder, lnprefix, title, prefix, suffix FROM tng_families a left join tng_children b on a.familyID=b.familyID and a.gedcom=b.gedcom join tng_people c on c.personID in (a.husband,a.wife,b.personID) and a.gedcom=c.gedcom WHERE a.familyID='F11848' and a.gedcom='Chart' order by b.ordernum