ThatNewGuy
Technical User
Hello,
I'm working with a database that is designed to track sales information of specific part numbers, when the units were sold, how much each specific order was invoiced for, etc etc.
I'm having problems filtering one report in this project. I'm sure there is an easy solution, but I simply don't know what it is. My report is setup as follows: I have a Part # header followed by the detailed section which includes a date column, quantity, amount invoiced, etc. Then I have a Part # footer where I have sub-totals such as =sum([invoiced]). This all works great, but my final report is showing every part # and it's sub-total. Something like 174 pages. Obviously information overload and not much of a focused report. Anyway, how can I narrow the criteria of this report down to only show the part numbers with sub-totals that are a specific amount such as >$3,000. I've tried your basic =sum([invoiced])>3000 and other basic fixes but they don't seem to filter out the information that I'm looking for. I also experimented with adding a subtotal column into my query and that didn't exactly fix it either.
Any direction or help would be appreciated.
Thanks
I'm working with a database that is designed to track sales information of specific part numbers, when the units were sold, how much each specific order was invoiced for, etc etc.
I'm having problems filtering one report in this project. I'm sure there is an easy solution, but I simply don't know what it is. My report is setup as follows: I have a Part # header followed by the detailed section which includes a date column, quantity, amount invoiced, etc. Then I have a Part # footer where I have sub-totals such as =sum([invoiced]). This all works great, but my final report is showing every part # and it's sub-total. Something like 174 pages. Obviously information overload and not much of a focused report. Anyway, how can I narrow the criteria of this report down to only show the part numbers with sub-totals that are a specific amount such as >$3,000. I've tried your basic =sum([invoiced])>3000 and other basic fixes but they don't seem to filter out the information that I'm looking for. I also experimented with adding a subtotal column into my query and that didn't exactly fix it either.
Any direction or help would be appreciated.
Thanks