Click here to Skip to main content
15,905,867 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is a good way to call a stored MS Access Report, from a VB.Net program? In this particular case, Access is the underlying database for the application. I often use Crystal Reports and RTF substitution, but am basically looking for something like a Shell call to run a stored Access report.
Posted
Updated 23-Apr-10 11:27am
v2

It's possible to do but it's a horrible implementation. You basically have to launch Access, open the database file in Access, then navigate down and launch the report. There is no way to just "view" the report inside your app. It will only show inside Access.

Your solution would be to use a seperate reporting library, like Crystal Reports to do your reporting.
 
Share this answer
 
@ topic starter

hello buddy have you worked with Crystal report in vb.net? if yes... thn contact me.. i need ur help... plzzzzzzzzzz yar :)
 
Share this answer
 
I bought a book entitled Crystal Reports .NET Programming by Brian Bischof that saved me enormous amounts of time. He covers both VB and C#.

It was quite inexpensive and probably one of the best investments I have ever made.
 
Share this answer
 

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