I am working on a report that will essentially be in book form and I would like to put colored thumbnails on the top corner of the page, the top right of the header for odd pages and top left for even. I'm using a counter and the mod function to determine what page I'm at and that works, but it only moves the label on page two. Never moves it back again. I have a procedure that sets the labels.left property based on the result of the mod function and it is in the Report_Page event procedure. A msgbox trap shows the left property value changing, but no movement of the label itself after page 2. Any insight is much appreciated. Joe