How can I place these two tables on Data Report in VB6..? Using Msaccess


See the name belongs to table2 contain two fields that repeats when i submit
print button. Please help me to solve this.
My query is
SELECT* FROM Table1 INNER JOIN Table2 ON
Table1.Billno=Table2.Billno Where (Table1.Billno=? AND Table2.Billno=?)
Demo: http://sqlfiddle.com/#!3/7ccd4/1