View Full Version : Calling Access Reports From VB


SJM1982
02-23-2004, 11:44 AM
How do you call an Access Report based on a parameter query from Visual Basic(VB)? Does anybody know? How do you link the controls on a VB form to the parameters required by MS Access?

Can anyone help? could someone email me a sample? :(

GrndZyro
02-23-2004, 01:38 PM
The only way I have found in using a VB defined query is by dumping the information pulled from the VB query into a temp table and linking that table to the Report.


How do you call an Access Report based on a parameter query from Visual Basic(VB)? Does anybody know? How do you link the controls on a VB form to the parameters required by MS Access?

Can anyone help? could someone email me a sample? :(