|
-
Mar 9th, 2006, 12:14 AM
#1
Thread Starter
Member
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
-
Mar 9th, 2006, 12:57 AM
#2
Hyperactive Member
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 
-
Mar 9th, 2006, 06:36 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|