I have two data table 
1. (invoice_info) :- it has four datafield-
      InvoiceNo
      date
      custmername
      Total Amount 
2.  (ItemSold) :- it has five datafield-
      invoiceNo
      itemid
      itemName
      price
      quantity 
I want to make a crystal report which containe
      InvoiceNo
            date
            custmername
      itemid
            itemName
            price
            quantity 
            Total Amount
for a perticuler "InvoiceNo" 
any one can help Me?