Results 1 to 3 of 3

Thread: Creating Master Detail Report in VB

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    62

    Thumbs up Creating Master Detail Report in VB

    Hi,
    Please help me to create master detail report in vb. i am using access as database.

    I want the report to be as shown below.

    Transcode:
    TransDate:
    RoomCode:

    Service_Code Service_Descr Amount Remarks
    1 xyz 100
    2 kjkj 200
    and so on.

    I have created a command in the dataenvironment and for that command i have added a child command. but in the report properties, we can assign only one command.. how to assign both command1 and command2 for the report.

    Pl help

    Regards
    Hiran

  2. #2
    Hyperactive Member CHAMPGARY's Avatar
    Join Date
    Jul 2002
    Posts
    386

    Re: Creating Master Detail Report in VB

    Hello,

    For master-detail report

    1. You have to create one command for master table
    and add detail command as a child command of master table.

    2. Add the master command name in datamember property.

    3. Now you can drag & drop detail table fields into detail section & master table fields in report/page header.
    Regards,
    CHAMPGARY

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Creating Master Detail Report in VB

    Moved to reporting section

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width