I have a 4 column, simple report listing inventory items in a down, then across layout. There are only three data elements, category, item number, description, sorted in category then item number sequence. There are a number of items in each category. Each of the 4 columns is a column with the three data elements, above each other. For example,
Category 1_____________Category 1 ________________Category 3_______________ Category 4
Item 1 _________________Item 3 _____________________Item AAA ___________________Item 111
Item 1 Description_______ Item 3 Description ____________Item AAA Description _________Item 111 Description
Category 1 ____________Category 2 _________________Category 3 ________________Category 5
Item 2 _________________ Item A _____________________Item BBB ____________________Item ABC
Item 2 Description ________Item A Description ___________Item BBB Description __________Item ABC Description
I want the Category name to appear only (1) when it changes or (2) when it is at the top of the column on the page. I have marked the ones in red that I don't want to appear and I show the ones I do want to appear in bold text.
I am comfortable working with VBA events so it I can make this happen using VBA, that would be fine.
Thanks for any help you can provide. Eddie