I am rewriting a reporting database. One report is essentially duplicated several times. The report will output columns:
quantityA, quantityB and quantityC..
another report will output columns:
quantityD, quantityE and quantityF
I would like to have a report which outputs different column data thru one report ie the first pages output data for A, B and C.. then outputs D, E and F..
I know how to reset the controlsource of controls at runtime in VBA. But that restricts to only running one set of data at a time, whereas i would like to be able to run off all reporting from A - Z from one user click.
Is this possible?
quantityA, quantityB and quantityC..
another report will output columns:
quantityD, quantityE and quantityF
I would like to have a report which outputs different column data thru one report ie the first pages output data for A, B and C.. then outputs D, E and F..
I know how to reset the controlsource of controls at runtime in VBA. But that restricts to only running one set of data at a time, whereas i would like to be able to run off all reporting from A - Z from one user click.
Is this possible?