Search found 2 matches
- Sat Jan 17, 2015 7:13 am
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Export issues information
- Replies: 0
- Views: 29268
Export issues information
Hi all, I use GEDView on my iPad to update records when I am away from my PC with KKPv3. I then bookmark the changed record and manually transfer to KKP when I can. Since Dec 2013 I could not transfer a GEDCOM file from KKP to GEDView. I kept getting a cryptic: "Level is invalid at line nnn" error. ...
- Wed Jan 29, 2014 11:24 am
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Comparison date query
- Replies: 1
- Views: 14585
Comparison date query
Hi, I have the following query which works fine: SELECT Families. , Families.[Fathers name], Families.[Mothers name], Families.[Change date], Families.[Changed] FROM Families WHERE ( Families.[Change date] < JDATE('1 jan 2003') ) Order by Families.[Change date] I would like to change the query so I ...