Hi. I have a form generated from a query as a continuous form. It is basically showing a list of products and the section to which they belong (you can thing of 2 columns; Section Name and product name). It is ordered by section name. The results return and display correctly. However as there are many products in each section the field Section Name is shown for each product. Every product does belong to a section. Is there a way to use conditional formatting (or some other method) to only display the first occurrence of the section name for the products in that section. Something like:
Section 1 Product 1
Product 2
Product 3
Section 2 Product 4
Product 5
Section 3 Product 6
This makes the form easier to read and clearer where the sections change.
Many thanks
Tony