G
Guest
I have a pretty difficult problem that has been plaguing me for quite some
time now. I am trying to create a report in which it takes information from
a form and creates a report using that information.
I have a database which has 13 tables. 1 table has Product ID#, and Product
Name, and the other 12 tables have test data for each of these products.
Each product can have different tests associated with it, and each test has
different fields of data. This data is organized by box number.
My problem comes when I try to create a report "on-the-fly" from all of this
data. I have a form set up with checkboxes (one for each test because my
reports do not need every test data associated with it), and I need to pass
that data on to report which filters in the tests I have checked. There is
no way I can create invisible headers for the columns on the report for each
test, because they will not fit. So what I need to do is have the report
create the headers itself and then fill in each test data I have selected.
Please Help!
time now. I am trying to create a report in which it takes information from
a form and creates a report using that information.
I have a database which has 13 tables. 1 table has Product ID#, and Product
Name, and the other 12 tables have test data for each of these products.
Each product can have different tests associated with it, and each test has
different fields of data. This data is organized by box number.
My problem comes when I try to create a report "on-the-fly" from all of this
data. I have a form set up with checkboxes (one for each test because my
reports do not need every test data associated with it), and I need to pass
that data on to report which filters in the tests I have checked. There is
no way I can create invisible headers for the columns on the report for each
test, because they will not fit. So what I need to do is have the report
create the headers itself and then fill in each test data I have selected.
Please Help!