I have a report with multiple fields (textboxes and corresponding labels). They are all lined up horizontally one under the other. The form is bound to a table populated through a form. Not all fields will be populated on that form for each record. I would like to set a procedure on the OnOpen event (or any other suggestion?) of the report so that all empty field AND corresponding labels are not visible and so that all lines will move up so no gaps are left in between.
I know how to set code to make individual textboxes and labels not visible if empty, but like a way to do it for all the empty ones at one time.
I know how to set code to make individual textboxes and labels not visible if empty, but like a way to do it for all the empty ones at one time.