R
rsosabusiness
Access 2000 - In a tiny dabatase that is used for reconciling busines
accounts I discovered two reports that are identical in evey detail,
execpt the names of the controls. The data is of the same type but for
two different periods. The reason for the different control names and
for two separate reports it that the reports are printed from two
different forms: one prints the current batch and YTD data and the
other prints the batch totals and YTD totals for a previous batch (for
a special request or if the printers are not available when a batch is
processed). Each report refer to the associated form name to pick up
the numbers from the controls in the forms. I thought it would be
better to only one report and have the two forms use the same control
names. The report would refer to screen.activeform. That works well
except that printing the report from preview mode shows 'error' in all
fields, but the data shows correctly if printing the report without
preview. I'm asuming that's because in the preview mode the
screen.activeform may be the report itself, I don't know. My expertise
is very limited. Given all that, is there a way I can pass the data to
the report in a way that allows a preview? And how can I get the report
to print more than one copy?
Thanks for your help!
Robert
accounts I discovered two reports that are identical in evey detail,
execpt the names of the controls. The data is of the same type but for
two different periods. The reason for the different control names and
for two separate reports it that the reports are printed from two
different forms: one prints the current batch and YTD data and the
other prints the batch totals and YTD totals for a previous batch (for
a special request or if the printers are not available when a batch is
processed). Each report refer to the associated form name to pick up
the numbers from the controls in the forms. I thought it would be
better to only one report and have the two forms use the same control
names. The report would refer to screen.activeform. That works well
except that printing the report from preview mode shows 'error' in all
fields, but the data shows correctly if printing the report without
preview. I'm asuming that's because in the preview mode the
screen.activeform may be the report itself, I don't know. My expertise
is very limited. Given all that, is there a way I can pass the data to
the report in a way that allows a preview? And how can I get the report
to print more than one copy?
Thanks for your help!
Robert