Main form record source is tbl1 it has ParID,3 check boxes, 3 text boxes (enter a number). Subform record source qry1 (tbl1 & tbl2($$), ParID , $ for checkboxs, $ for text boxes, $total and both are linked with ParID. What I'm trying to do is if ckbox1 is checked, the query ckbox1 true then $$ (after Update) text 1 entered 5, query take 5*text 1 $(assume value$2) = $10. Query works if you're pulling from tbl1. The subform either shows total of the first record or it's completely blank.
Enter data in main form and have $$ show in subform with $$Total. Hope you can follow this and thank you for the help!