Printing Access report from VB
Hi all,
I use Access reports in my VB6 program.
How do I pass variable to access report directly from VB program? So far, I have to use additional table on local drive and put all variables and data and I make that table source of the report.
Hope someone can help.
Ken
Re: Printing Access report from VB
u can create a access.report object in VB. and do the recquired manipulations.
Praba
Re: Printing Access report from VB
Can you provide some sample code? Thanks
Ken
Re: Printing Access report from VB
I have got to do this now, could you mail me some eg too?