child records not printing

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
John_Bside
Posts: 11
Joined: Tue Oct 10, 2017 12:44 pm

child records not printing

Post by John_Bside » Fri Dec 05, 2003 10:55 am

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

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: child records not printing

Post by kfleming » Fri Dec 05, 2003 1:19 pm

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

John_Bside
Posts: 11
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: child records not printing

Post by John_Bside » Fri Dec 05, 2003 2:50 pm

I double checked everything twice____honest I did____wrong index tag____sigh__

Post Reply