Run-time error 3070 using CreateReportControl in VBA

H

Harry Jamieson

I have an application that periodically changes the format
of an Access 2002 report based on the contents of two
tables. The changes consist of first erasing and then
refreshing columns of labels. Call the first
table "MailSplits" and the second "Footnotes". We first
use DeleteReportControl to erase all existing mailsplits
and footnotes from the report, using the code below:

Dim appAccess As New Access.Application
Dim ctl As Access.Label
Dim rpt As Report
 

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