Page 1 of 1

child records not printing

Posted: Fri Dec 05, 2003 10:55 am
by John_Bside
parent table with three child tables__I have the following calculated field__iif(scan(land),1,iif(scan(newcu),2,iif(scan(outbuild),3,4)))____no records from the 2nd child print - first and third print fine____group 2 header has info from all three children and record lines have fields from all three children____chld table 1 - land.dbf prints all records__child table 2 - newcu prints header only__child table 3 - outbuild prints all records____thanks____John

=> RE: child records not printing

Posted: Fri Dec 05, 2003 1:19 pm
by kfleming
And all of the fields from the 2nd child are on a non-conditional record band line?__If so, then it sounds like the relation to that table is not working.____Kathleen__R&R Support

==> RE: child records not printing

Posted: Fri Dec 05, 2003 2:50 pm
by John_Bside
I double checked everything twice____honest I did____wrong index tag____sigh__