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
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