I have a table with the following structure:
Sortcode | Merchant Number | Item1Count | Item1Cost | Item1Exp | Item1Rate | Item1Net etc..
There are several Items (they are not named this way, this is just an example), The key field does end in "Net". I need to create a report that will display only groups of "Items" where the field ending in "Net" is anything other than "0". In ither words, I don't want to fill the pages up with fields that do not have a "Net" amount that is either positive or negative. I currently have 127 different "Items". But for any given report I may only need to disply 60-75 of them. I also have this broken down into several tables for simplicity (and the fact that Access cannot handle more than 255 fields at a time)
I know I can make a sub-report not visible, but I'd not sure creating 127 individual subreports would be very efficient. Any suggestions on how to proceed will be appreciated.
Ken
Sortcode | Merchant Number | Item1Count | Item1Cost | Item1Exp | Item1Rate | Item1Net etc..
There are several Items (they are not named this way, this is just an example), The key field does end in "Net". I need to create a report that will display only groups of "Items" where the field ending in "Net" is anything other than "0". In ither words, I don't want to fill the pages up with fields that do not have a "Net" amount that is either positive or negative. I currently have 127 different "Items". But for any given report I may only need to disply 60-75 of them. I also have this broken down into several tables for simplicity (and the fact that Access cannot handle more than 255 fields at a time)
I know I can make a sub-report not visible, but I'd not sure creating 127 individual subreports would be very efficient. Any suggestions on how to proceed will be appreciated.
Ken