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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB6-Access2 How 2 create report w/ vb frontend

Status
Not open for further replies.

cs17570

Programmer
Jan 1, 2001
1
US
I have a VB6 front end connecting to Access2000 DB w/ Microsoft jet engine data bound control. I am trying to create a report through the VB front end interface. I have tried to pass a query to the database but it does not work.

I can easily do this on the back end using the report wizard in Access. Is there a way I can run a report from the VB interface such as DoCmd.OpenReport? VB6 does not recognize DoCmd object.

Thank You.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top