In my database I only have one table.
My report needs to print some of the fields.
I used to make a query that selected those fields and made that query the controlsource of my report, thus adding the fields to the report page, listing every occurence of the fields in my table --- even those that are blank, with no data.
I need to make a report that ignores the blank fields, only the fields that have data should be printed to the report.. Or rather (a little more complicated) I have a set of fields that I need to check for data, if all of them are blank except one, I still need to print them all. Only if they are all empty, none should be printed.
Is there a way to feed my fieldvalues into some unbound textboxes or labels in the report-page that makes this simple.. or do I have to Print them to the report-page ?
I need to save the report to .xls aswell, that's why merely printing the values to the report is a bad idea I think, because the empty fields will still be present in the .xls document.
-Aeron Pax
My report needs to print some of the fields.
I used to make a query that selected those fields and made that query the controlsource of my report, thus adding the fields to the report page, listing every occurence of the fields in my table --- even those that are blank, with no data.
I need to make a report that ignores the blank fields, only the fields that have data should be printed to the report.. Or rather (a little more complicated) I have a set of fields that I need to check for data, if all of them are blank except one, I still need to print them all. Only if they are all empty, none should be printed.
Is there a way to feed my fieldvalues into some unbound textboxes or labels in the report-page that makes this simple.. or do I have to Print them to the report-page ?
I need to save the report to .xls aswell, that's why merely printing the values to the report is a bad idea I think, because the empty fields will still be present in the .xls document.
-Aeron Pax