I want to call an Access Report from a button in VB6.0.
How can i do that?
Printable View
I want to call an Access Report from a button in VB6.0.
How can i do that?
Add a reference to MS Access xx.0 Object Library. Create an instance of Access and open your desired db. Then...
VB Code:
DoCmd.OpenReport "Report1", acViewPreview, , , acWindowNormal