Data Report using VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saiabhi
    New Member
    • Nov 2009
    • 4

    Data Report using VB6

    Hi Every body


    I had a problem with data Reports

    I am using MS Access as backend and VB 6.0

    by Database name is = Cust

    The tables are

    Table Name The filelds are
    inv custname, invno, invdt, invamt

    Items_detail_tr ansactions custname, invno, invdt, invamt, paiddt, paidamt

    From the above two tables i want the report like

    Customer Name MSV COMPUTERS
    =============== =============== ==
    Inv No invdate invamt paiddt paidamt total Due
    MSV/123 11-Oct-09 4,850.00 4,850.00
    16-Nov-09 3,000.00 1,850.00
    18-Nov-09 1,000.00 850.00


    MSV/X1 15-Nov-09 9,375.00 9,375.00
    0.00 0.00 9,375.00


    custname SURAKSHA INFOTECH
    =============== =============== ==
    Inv No invdate invamt paiddt paidamt total Due
    SI-2345 11-Dec-09 10,750.00 10,750.00
    0.00 0.00 10,750.00


    I want this without using dataenvironment
    It is very urgent
    some please help
    Attached Files
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    You've come to the right place; hope you searched here prior, there're tons of stuff here if you do that:-)



    May need to tweak to your needs but it should do the trick.

    In a bit!
    Last edited by Dököll; Nov 20 '09, 03:27 AM. Reason: added remark...

    Comment

    • saiabhi
      New Member
      • Nov 2009
      • 4

      #3
      I could not find my soultion

      Comment

      Working...