chiuchimuN
Programmer
I have monthly reports that need to be ordered by date in descending order showing each members purchase and payment activities from the first to the last of the month, printing one page per member. I've been able to do this. The boss wants the last record( mainly the balance ) in the top part of each page( which would be the header section of the report). Its really easy to get the last record in a textbox in the footer of the report since access has ran through all the records and knows the last record in each group, but I can't figure out a way to do this in the header.
Currently I've tried to keep a second table updated with the last records of each member and querying that. It works but its next to impossible to keep the two tables synced. There must be a simple way to know the values of a last record of a group before access starts to print out the whole page.
Currently I've tried to keep a second table updated with the last records of each member and querying that. It works but its next to impossible to keep the two tables synced. There must be a simple way to know the values of a last record of a group before access starts to print out the whole page.