vb6 ado access report

B

bliever

I use ADO to connect to Access DB for all of my queries.
cmd.CommandType = adCmdStoredProc
cmd.CommandText = "qryDelNetByFlight"
How do I call an Access Report?
 
D

Douglas J. Steele

You can't. ADO is a means of getting at data in tables, not at Access
objects like reports or forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top