Search results

  1. D

    Suppressing repeated data

    :confused: I have a report where only the invoice number and invoice amount fields duplicate with each record related to that invoice. How do I prevent the invoice number and amount from repeating on each line except for the first instance? Thanks so much for all your help.
  2. D

    Treeview help

    I'm currently using a treeview control form, where based on a selection in level 2, (on the left side of the form) a particular subform becomes visible (on the right side). I have several subforms sized and layered on the right. The need for additional subforms has increased dramatically. Is...
  3. D

    Assigning places by category

    I have already created a table of top five winners by categories from a query. I want to go back and update the table with their places in each category (1,2,3,4,5, 1,2,3,4,5, etc.). My code numbers, but doesn't restart with the change in category. Here's what I have so far. The first query...
Back
Top Bottom