I am trying to do something like this. I have a list of items for sale at an auction and want to print invoices ( blocks ) by bidder number and rollup the total of the winning bids for each bidder. I cannot seem to see how to list several items on on...
I want to do something similar. I am running an auction and I have a Base Table that has items, value, sold price and winning bidder on it. I want to create invoices for the winning bidders to show ALL of their items won and sum the total owed.
ANY a...