Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i hav create a crystal report using one table but unable to create by two table,can u tell me how could i do this
Posted
Comments
[no name] 3-May-11 2:48am    
what are the table structure for two tables you have to show code for connection and also table structure
anand4886 3-May-11 4:45am    
i have two table named purchase,payment

purchase's fields are party amount

payments fields are party payment

how can i create report using both table's data in vb.net
i m using access2007
[no name] 5-May-11 12:06pm    
You say "purchase's fields are party amount" and "payments fields are party payment." Are you saying that each table has only one field? To connect the tables, you'll need a field that is common to both -- a field you can use to join the two tables. Like a customer ID field, for example. Then you would join the tables together on that field.

 
Share this answer
 
How To Create Multiple Table CrystalReport
 
Share this answer
 
Comments
CHill60 10-Mar-14 8:36am    
Is this a question?
crytal report problems rises due to the compatibility in the versions so please check with the versions you are using and conversion
 
Share this answer
 
Comments
CHill60 10-Mar-14 8:35am    
Completely off-topic response to a question that is nearly 2 years old!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900