I have an Access 2003 project (.ADP) which is a front end to a SQL Server 2005 database.
In this ADP, I have a report, which is a set of 8 unbound text boxes, stacked on top of each other each with their own labels. Each text box is for instructions for 8 different departments that will work on an order.
This report gets populated with appropriate data and displayed for the user on click of a button in a form.
Rarely do all 8 boxes get values at the same time. Most of the time, it is 2 or 3 boxes that have values.
Given this, is it possible to somehow implement a fluid layout of the boxes? ie, hide the boxes that don't have values to display, but instead of displaying an empty area, the report should move up the boxes that have instructions below the hidden box.
Is it possible through some circuitous VBA code ? If not, what other option can I try? Thank you.
EDIT - The report and the text boxes are used only to present data.