Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How i connect crystal report with visual basic 6

Status
Not open for further replies.

ythg

Programmer
Dec 13, 2002
4
ID
I already make a visual basic 6 program and i need to make a report which i make from crystal report, but i want to make a in my report a variable that i can change form my visual basic program as i want ...

So i want to make my report as report in msaccess ...


by the way ... if i make all my application in msaccess 2000 , can i make it to strandard exe file ..?
 
You will need to create/design your report off the Access source and include a parameter in the report. Then in your application, you can pass a value to the parameter prior to viewing the report.

As for creating an Access app, you could have a look at this which lists some RDC smaple apps in VBA




Cheers,

SurfingGecko
Home of Crystal Ease
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top