G
Guest
I am trying to create a report using a query that links 2 tables (Master and
Transaction) with custid (one to many). That query works great. I plan to
pass the report sort order in my docmd.openreport command. I will be sorting
by Last Name (one), or Event or Amount (many). I have Labels from the
Master data printing in the header. I have the data from the Master and
Transaction tables printing in the detail section. I also have Labels for
the Transaction fields in the detail.
My problem is the Labels for my Transaction information prints for each
transaction. It should only print when a new Last Name, Event or Amount
changes. I am trying to use the same report for all sorts so I can't
hardcode the sort/grouping with headers and footers. I hope this makes
sense. Any help would be very appreciated.
Thanks, Sarah
Transaction) with custid (one to many). That query works great. I plan to
pass the report sort order in my docmd.openreport command. I will be sorting
by Last Name (one), or Event or Amount (many). I have Labels from the
Master data printing in the header. I have the data from the Master and
Transaction tables printing in the detail section. I also have Labels for
the Transaction fields in the detail.
My problem is the Labels for my Transaction information prints for each
transaction. It should only print when a new Last Name, Event or Amount
changes. I am trying to use the same report for all sorts so I can't
hardcode the sort/grouping with headers and footers. I hope this makes
sense. Any help would be very appreciated.
Thanks, Sarah