Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
Visual Basic Forum for Visual Basic Programmers VB Forum Index » Database & Reporting

Post new topic   Reply to topic
Please Help.....
View previous topic :: View next topic  
Author Message
shiji
Newbie


Joined: 13 Sep 2005
Posts: 14
Location: kuwait

PostPosted: Oct 23rd, 2005 03:59 AM    Post subject: Please Help..... Reply with quote

Hi,

I Have to create one Crystal report by designers in VB.
I have two detail tables and second table values should place in the detail section as a single raw.The detai section contains the first detail table values. How can i do it ?Please help me.

With Regards & thanks
shiji
Back to top
View user's profile Send private message
DoobieKeebler
Moderator


Joined: 17 Jun 2005
Posts: 254
Location: 181°15'2.003"W, 93°5'16.956"N

PostPosted: Oct 24th, 2005 03:01 PM    Post subject: Reply with quote

It sounds like you're trying to do an Inner Join. See this page for a quick example. It's about 2/3 of the way down. Is that what you're after?

Hmmm. Maybe a little more info would help. Say Table1 has the fields BookID, BookTitle, PublisherID. Table2 has the fields PublisherID, PublisherName. If you say "Select Table1.[BookID],Table1.[BookTitle],Table2.[PublisherName] From Table1 Inner Join Table2 On Table2 Table1.[PublisherID]=Table2.[PublisherID]" you'd get a row like:
1263 | 500 Ways To Skin A Dead Cat | Mega Book Publishing Corp.

Is that the sort of thing you need?
_________________
Always take into account what a user would never ever in a million years do, because someone will.

"In theory, there's no difference between theory and practice. In practice, there is." -- Yogi Berra
Back to top
View user's profile Send private message
shiji
Newbie


Joined: 13 Sep 2005
Posts: 14
Location: kuwait

PostPosted: Oct 25th, 2005 12:46 AM    Post subject: Reply with quote

Hi ,

Thanks for Your Reply I think It would helpful for me.

With Regards

Shiji
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Visual Basic Forum for Visual Basic Programmers VB Forum Index » Database & Reporting All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Visual Basic Forum runs phpBB | Forum Template © iOptional
VB Resources | SSL | Visual Basic