Click to See Complete Forum and Search --> : Printing Access report from VB


Ken Swan
August 10th, 1999, 06:11 AM
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

Praba S
August 11th, 1999, 03:08 AM
u can create a access.report object in VB. and do the recquired manipulations.

Praba

Ken Swan
August 11th, 1999, 05:59 AM
Can you provide some sample code? Thanks

Ken

chris_a
April 19th, 2000, 04:04 AM
I have got to do this now, could you mail me some eg too?