S
SirPoonga
I haven't used any printing functionality in Access before so I don't
know where to start.
I have a form with a subform. The controls in the form setup a filter.
Click a button and it filters the records in the subform by setting
the subform's filter, order by, recordsource properties.
The subform is in datasheet view.
I'd like to make a print button that prints the data that has been
filtered in the subform.
My guess is the best way to do that is setup a report. Set that
report's properties to same as the subform and print it? How would I
do that in code? Is there a better way?
know where to start.
I have a form with a subform. The controls in the form setup a filter.
Click a button and it filters the records in the subform by setting
the subform's filter, order by, recordsource properties.
The subform is in datasheet view.
I'd like to make a print button that prints the data that has been
filtered in the subform.
My guess is the best way to do that is setup a report. Set that
report's properties to same as the subform and print it? How would I
do that in code? Is there a better way?